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介绍

相关推荐
EmbedLinX4 小时前
嵌入式之协议解析
linux·网络·c++·笔记·学习
vortex55 小时前
解密UUOC:Shell编程中“无用的cat使用”详解
linux·shell编程
wangjialelele5 小时前
Linux中的进程管理
java·linux·服务器·c语言·c++·个人开发
杜子不疼.5 小时前
【Linux】库制作与原理(二):动态库的制作与使用
linux·运维·服务器
森焱森5 小时前
嵌入式硬件工程师应知 白银快速分析报告
linux·c语言·arm开发·嵌入式硬件·去中心化
RisunJan5 小时前
Linux命令-lpq(查看打印队列状态)
linux·运维·服务器
山君爱摸鱼5 小时前
Linux-服务进程
linux·运维·服务器
阿乐艾官5 小时前
【linux文件系统重要目录及命令解释】
linux·运维·服务器
blueSatchel5 小时前
U-Boot启动后做的事情
linux·u-boot
senijusene5 小时前
Linux软件编程: Linux 操作系统基础与shell脚本
linux·运维·chrome