Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
automate ftp
Name: NGC Date: October 28, 1999 at 23:40:40 Pacific
Comment:
Any idea on how to automate ftp login from unix to unix OS? Need this function very badly.
Name: Sisiro . Date: September 15, 2000 at 09:58:58 Pacific
Reply:
.netrc is one way Another way of doing this is like this: -----
ftp -o << ! user password put get . . whatever you want to do> . . bye ! --------------------- You can put it in a loop in a script to ftp to multiple sites.
Be sure that the bang sign (!) at the end starts at the first column.
enjoy, sisiro.
0
Response Number 3
Name: Sisiro. Date: September 15, 2000 at 10:04:34 Pacific
Reply:
Looks like my previous post was not posted correctly. Here is it agn:
------ .netrc is one way Another way of doing this is like this: -----
ftp -o ftpsitenamehere << ! user usernamehere password passwdhere put filenametoupload get filenametodownload . . other ftp commands depending on whatever you want to do . . bye ! --------------------- You can put it in a loop in a script to ftp to multiple sites.
Be sure that the bang sign (!) at the end starts at the first column.
Summary: Hi i need doing automated FTP, only want know how to pass parameters to FTP command for example macros name, my .netrc file contains the macros, but i need execute the macros in the command line, and ...
Summary: Hi, I am trying to automate a ftp process that would pull data from a source machine to a target m/c.It should not prompt for inputs(would use something like ftp -n) and then pass userid/password and ...
Summary: Hi, If the some other server is Windows NT or if you have a windows 98 machine on the same network, buy cuteFTP software. It has automated FTP service. If u want to schedule the FTP on some time it ca...