W
walid faroun
I have a simple ftp script such as the following
ftp -ivn
open ipaddres
user username password
cd /somedir
mget *
bye
My question is that this scrip work fine from the command
line, but if I run as a batch job I get to the ftp prompt
command line waiting for command. What do I need to make
it work. Thanks for the help in advance.
ftp -ivn
open ipaddres
user username password
cd /somedir
mget *
bye
My question is that this scrip work fine from the command
line, but if I run as a batch job I get to the ftp prompt
command line waiting for command. What do I need to make
it work. Thanks for the help in advance.