# Sequential download curl -O ftp://example.com -O ftp://example.com # Sequential download using pattern matching curl -O ftp://example.com[1-3].txt Use code with caution. Listing Directory Contents

Saves the file under a specific custom name.

If a large download interrupts, use the -C - flag to resume the transfer from where it stopped. curl -C - -u user:pass ftp://example.com -O Use code with caution. Downloading Multiple Files

curl --ftp-ssl -u user:pass ftp://example.com -O # OR curl -u user:pass ftps://example.com -O Use code with caution. SFTP (SSH File Transfer Protocol)