I am new in batch.
I am on WINDOWS 7 and using batch script trying to ftp file from Linux to WINODWS.
BElow is my batch script:
open MYLINUXIP
MYUSER
MYPASSWORD
hash
cd /home/mktftp/upload/coverimages
asc
get DONE.SVRIMG.14102014
quit
exit /b
However, access denied:
ftp> Connected to 10.160.2.52.
open MYLINUXIP
220 MYLINUXIP FTP server ready
User (MYLINUXIP

331 Password required for user
530 Access was denied.
Does anybody know the correct syntax or where I made a mistake?
IS it possible to make this action at all?
Thanks,
Oleg