You Are Here: Home -> Web Stuff

The secret Core FTP command line options cheat sheet

I always find myself looking for the CoreFTP command line options below. I hope you find this helpful.

Download a file via a FTP URL (see FTP URL’s for more information).

From the command line, type:

drive:\(coreftp path)\coreftp.exe -d ftp://ftp.yoursite.com/directory/yourfile.dat

or

drive:\(coreftp path)\coreftp.exe ftp://ftp.yoursite.com/directory/yourfile.dat

This will download the file into the default download directory specified in options, or to the last local directory that was used while in the program.

Continue reading