I am using the command line :
option batch on
option confirm off
open ftp:// username :password hostname:port
cd directory name ---- directory on FTP
option transfer binary
put file name on FTP C:\Users\sshah\Desktop
close
exit
When I execute task it completes without error but I do not see the file on the desktop
Any ideas what I am doing wrong>?
