curl & wget介绍
创始人
2024-11-15 14:09:00
0

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

 --output,和-o,相同的含义。Write output to 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介绍

 

相关内容

热门资讯

详细分析Java中的@Requ... 目录前言1. 基本知识2. 使用场景2.1 @RequestParam注解2.2 @...
【已解决】Python错误:T... 😎 作者介绍:我是程序员洲洲,一个热爱写作的非著名程序员...
【C++航海王:追寻罗杰的编程... 目录C++11(上)1 -> STL中的一些变化2 -> 右值引用和移动语义2.1 ...
Python数据容器——列表、... 作者:Insist--个人主页:insist--个人主页本文专栏...
隐私安全测试:保护您的数字世界   大家好,我是一名_全栈_测试开发工程师,已经开源一套【自动化测试框架...
在Jira中使用AI Jira已经可以使用AI功能了。如果您使用的是Jira Cloud,您需要请管理员在管...
【一图学技术】5.OSI模型和... OSI模型和TCP/IP模型关系图解 OSI模型和TCP/IP模型都是网络通信的参考模型࿰...
TCP半关闭过程 TCP半关闭过程简介tcp半关闭是指在一端发送完数据后,关闭发送通道,而...
公司的Spring框架接受MI... 接收方法:解决方案:先去掉@RequsetBody 因为使用&#...
【机器学习】探索图神经网络 (...   💎 欢迎大家互三:2的n次方_ ​💎1. 引言图结...