Simple Command Line Sample Needed

Core FTP client questions and answers
Post Reply
HighwayRob
Posts: 2
Joined: Tue Aug 17, 2010 3:27 pm

Simple Command Line Sample Needed

Post by HighwayRob »

Good morning. I am new to coreftp. I need an example of how to do a bacth command line file transfer. I currently use the Windows\DOS function.

ftp.exe -s:"batchfile.scr"

where batchfile.scr contains

Open 24.73.xxx.xxx
Username
Password
binary
get "Checkfile.txt" "C:\Checkfile.txt"
bye

How is this done with COREFTP
Thank you in advance for your help,
Rob
HighwayRob
Posts: 2
Joined: Tue Aug 17, 2010 3:27 pm

Post by HighwayRob »

Works like a champ !

Thanks,

Rob
Post Reply