$ curl -O ftp://ftp.example.com/file.zip
$ curl -O [URL1] -O [URL2]
$ curl -u [ftp_user]:[ftp_passwd] -O [ftp_URL]
$ curl –c [options] [URL]