Lines Matching refs:FTP
36 3.4 How do I tell curl to run custom FTP commands?
39 3.7 Can I use curl to delete/rename a file through FTP?
44 3.12 Why do FTP-specific features over HTTP proxy fail?
49 3.17 How do I list the root directory of an FTP server?
98 5.15 How do I get an FTP directory listing?
138 A client-side URL transfer library, supporting DICT, FILE, FTP, FTPS,
143 libcurl supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading,
196 curl is not an FTP site mirroring program. Sure, get and send FTP with curl
474 curl supports resumed transfers both ways on both FTP and HTTP.
494 3.4 How do I tell curl to run custom FTP commands?
500 perform FTP commands without transferring anything. Therefore you must
501 always specify a URL to transfer to/from even when doing custom FTP
519 3.7 Can I use curl to delete/rename a file through FTP?
521 Yes. You specify custom FTP commands with -Q/--quote.
583 3.12 Why do FTP-specific features over HTTP proxy fail?
586 be HTTP, even if you specify an FTP URL. This effectively means that you
587 normally cannot use FTP-specific features such as FTP upload and FTP quote
696 3.17 How do I list the root directory of an FTP server?
733 Contrary to how FTP works, SFTP and SCP URLs specify the exact directory to
901 Also note that regular HTTP (using Basic authentication) and FTP passwords
995 curl supports FTPS (sometimes known as FTP-SSL) both implicit and explicit
1002 To use explicit FTPS, you use an FTP:// URL and the --ftp-ssl option (or one
1005 standard FTP port 21 by default.
1340 5.15 How do I get an FTP directory listing?
1342 If you end the FTP URL you request with a slash, libcurl will provide you
1349 what's a symlink etc. If the FTP server supports the MLSD command then it
1371 download multiple files from one FTP directory.