BobLoblaws
Programmer
I have a ftp script named ftpscript.txt that looks like this:
open 142.218.71.30
username
password
ascii
hash
send "xxtest.p"
quit
In windows, the command line ftp can run the script like this:
c:\>ftp -s:ftpscript.txt
But in AIX, it says that -s is an invalid parameter.
My UNIX book says that the windows ftp was made from the unix ftp. So how do I run the script in AIX?
Thanks,
open 142.218.71.30
username
password
ascii
hash
send "xxtest.p"
quit
In windows, the command line ftp can run the script like this:
c:\>ftp -s:ftpscript.txt
But in AIX, it says that -s is an invalid parameter.
My UNIX book says that the windows ftp was made from the unix ftp. So how do I run the script in AIX?
Thanks,