M
Mamun Shaheed
Hi,
I have written an batch file for unattended ftp. Which is
as follows.
[........]
ECHO OFF
FTP -v -s:script.ftp 10.10.12.7
DEL script.ftp
GOTO End
:End
[..........]
When I am running this file I am getting error
that "error reading password..user not logged in"
Password is correct. How can I fixed this problem..
~M$
I have written an batch file for unattended ftp. Which is
as follows.
[........]
ECHO OFF
script.ftp ECHO USER admin
FTP -v -s:script.ftp 10.10.12.7
DEL script.ftp
GOTO End
:End
[..........]
When I am running this file I am getting error
that "error reading password..user not logged in"
Password is correct. How can I fixed this problem..
~M$