newtoitall
Technical User
Hi
Trying to create a basic scheduled batch file that will login to host via ftp and download database file.
the batch file looks like that:
ftp ftp.DOMAIN.com
username >>>>>> gets stuck here User (ftp.DOMAIN.com
none)):
password
cd private
get FILENAME.mdb
bye
Problem is that i cannot get passed the user prompt. The username passed from the batch file is doesn't show in the command line. The User prompt just remain waiting for input. However I can manually enter the username...but defeats the whole purpose.
Trying to create a basic scheduled batch file that will login to host via ftp and download database file.
the batch file looks like that:
ftp ftp.DOMAIN.com
username >>>>>> gets stuck here User (ftp.DOMAIN.com
password
cd private
get FILENAME.mdb
bye
Problem is that i cannot get passed the user prompt. The username passed from the batch file is doesn't show in the command line. The User prompt just remain waiting for input. However I can manually enter the username...but defeats the whole purpose.