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