How to upload to home directory
my script is
option batch abort
option confirm off
open ftp://user1:password1@ftp.abc.com
cd ????????????
lcd D:\waitupload
option transfer binary
put "*" /
close
exit
the ftp has not any folder inside.
option batch abort
option confirm off
open ftp://user1:password1@ftp.abc.com
cd ????????????
lcd D:\waitupload
option transfer binary
put "*" /
close
exit
the ftp has not any folder inside.