Hope someone can help me out there....
I need to ftp files from an NT server onto the AIX via a script.
Currently I can manually issue the ftp from the AIX by entering the following; but I imagine I will have to use another command to accumplish this in a script like rcp:
ftp svrname
Connected to SVRNAME.
220 dougal Microsoft FTP Service (Version 3.0).
Name (svrname:root): anonymous
331 Anonymous access allowed, send identity (e-mail name) as password.
Password: {password entered here by me}
230-Welcome to Server UK FTP Server`
230 Anonymous user logged in.
ftp> {and from here I can mget my files}
What would the alternative to this be as a command? Very much look forward to your ideas!
I need to ftp files from an NT server onto the AIX via a script.
Currently I can manually issue the ftp from the AIX by entering the following; but I imagine I will have to use another command to accumplish this in a script like rcp:
ftp svrname
Connected to SVRNAME.
220 dougal Microsoft FTP Service (Version 3.0).
Name (svrname:root): anonymous
331 Anonymous access allowed, send identity (e-mail name) as password.
Password: {password entered here by me}
230-Welcome to Server UK FTP Server`
230 Anonymous user logged in.
ftp> {and from here I can mget my files}
What would the alternative to this be as a command? Very much look forward to your ideas!