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

相关推荐
石像鬼₧魂石1 天前
如何配置Fail2Ban的Jail?
linux·学习·ubuntu
椰子今天很可爱1 天前
五种I/O模型与多路转接
linux·c语言·c++
Lueeee.1 天前
Linux kernel Makefile 语法
linux
爱吃山竹的大肚肚1 天前
EasyPOI 大数据导出
java·linux·windows
极地星光1 天前
dmesg 工具的核心功能与作用
linux
福尔摩斯张1 天前
C++核心特性精讲:从C语言痛点出发,掌握现代C++编程精髓(超详细)
java·linux·c语言·数据结构·c++·驱动开发·算法
hgz07101 天前
Linux服务器环境部署与JMeter压测准备
linux·服务器·jmeter
ShirleyWang0121 天前
VMware如何导入vmdk文件
linux·数据库
Lueeee.1 天前
内核menuconfig配置实验
linux
遇见火星1 天前
常见Systemctl语句
linux·服务器·网络·systemctl