curl & wget介绍

0 Preface/Foreword

1 curl介绍

curl:transfer a URL

synopsis: curl [options] [URL...]

描述

curl is a tool to transfer data from or to a server, using one of the supported protocols (DICT, FILE, HTTP, HTTPS, IMAP, FTP, FTPS, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP). The command is designed to work without ++user interaction++.

curl is powered by libcurl for all transfer-related features.

1.1 --output <file>

--output,和-o,相同的含义。Write output to**<file>** instead of stdout.

1.2 -L

-L, --location,相同的作用。

(HTTP) If 天河server reports that the requested page has moved to a different location (indicated with a location: header and a 3XX response code), this option will make curl redo the request on the new place.

2 wget介绍

相关推荐
世事如云有卷舒41 分钟前
Linux驱动学习笔记(零)
linux·笔记·学习
年轮不改2 小时前
Ubuntu 配置 ffmpeg 开发环境
linux·ubuntu·ffmpeg
编程小小白白2 小时前
Jetson Orin NX jupyter lab的安装和使用
linux·ubuntu·jupyter
乙龙2 小时前
在麒麟系统(基于Ubuntu或Debuntu)的离线环境中创建本地APT仓库
linux·运维·ubuntu·kylin
舰长1152 小时前
Ubuntu docker安装milvusdb
linux·运维·服务器
niuTaylor3 小时前
Linux驱动开发实战之PCIE驱动(一)
linux·运维·驱动开发
s_little_monster3 小时前
【Linux】深入理解进程和文件及内存管理
linux·运维·服务器·经验分享·笔记·学习·学习方法
PM简读馆3 小时前
Linux C++ 编程死锁详解
linux·开发语言·c++
我们的五年3 小时前
【Json—RPC框架】:宏定义不受命名空间限制,续行符的错误使用造成的bug
linux·c++
这里是彪彪4 小时前
Linux编辑器
linux·运维·编辑器