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

相关推荐
大聪明-PLUS1 小时前
关于新的 Linux 内核接口 gpio uapi 的说明
linux·嵌入式·arm·smarc
玉树临风江流儿1 小时前
Linux驱动开发总结速记
linux·运维·驱动开发
cccyi71 小时前
Linux 进程信号机制详解
linux·signal·volatile
gd63213742 小时前
银河麒麟 aarch64 linux 里面的 qt 怎么安装kit
linux·服务器·qt
A-花开堪折2 小时前
Qemu 嵌入式Linux驱动开发
linux·运维·驱动开发
磊灬泽2 小时前
【Linux驱动开发】PWM子系统-servo
linux·运维·算法
郝学胜-神的一滴3 小时前
Linux系统函数stat和lstat详解
linux·运维·服务器·开发语言·c++·程序人生·软件工程
Mr.亮先生4 小时前
常用、高效、实用的 Linux 服务器监控与运维工具清单
linux·运维·服务器
poemyang4 小时前
单线程如何撑起百万连接?I/O多路复用:现代网络架构的基石
linux·rpc·i/o 模式
鹿鸣天涯5 小时前
Wine 10.15 发布!Linux 跑 Windows 应用更丝滑了
linux·运维·windows