flâneur — a map of the web's best reading

curl - Tutorial

curl.se · 5,715 words · saved by 1 readers

Get a file from an SSH server using SCP using a private key (not password-protected) to authenticate: Get a file from an SSH server using SCP using a private key (password-protected) to authenticate: Get the main page from an IPv6 web server: Get a file from an SMB server: Get a web page and store in a local file with a specific name: Get a web page and store in a local file, make the local file get the name of the remote document (if no file name part is specified in the URL, this will fail): Fetch two files and store them with their remote names: To ftp files using name and password, include them in the URL like: or specify them with the -u flag like It is just like for FTP, but you may also want to specify and use SSL-specific options for certificates etc. Note that using FTPS:// as prefix is the implicit way as described in the standards while the recommended explicit way is done by using FTP:// and the --ssl-reqd option. This is similar to FTP, but you can use the --key option to

curl - Tutorial Docs Overview Project Bug Report Code of conduct Dependencies Donate FAQ Features Governance History Install Known Bugs Known Risks Logo TODO website Info Protocols CA Extract HTTP cookies HTTP/3 MQTT SSL certs SSL libs compared URL syntax WebSocket Releases Changelog curl CVEs Release Table Version Numbering Verify Vulnerabilities Tool Comparison Table curl man page HTTP Scripting mk-ca-bundle Tutorial When options were added Who and Why Companies Copyright Sponsors Thanks The name curl / Docs / Tool / Tutorial Related: FAQ man page , et al. SPDX-License-Identifier: curl --> c

Explore this link on the map →

related reading