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.
FTP - establishing connection
Name: GMD Date: September 6, 1999 at 05:25:48 Pacific
Comment:
Using ftp to move files around, PC to Unix, using scripts run from cron. Problem is that if a connection is not established the ftp job just sits and waits. rstatus not useful as seems to demand that a connection be established. Any ideas out there?
Name: abuba Date: September 6, 1999 at 14:59:17 Pacific
Reply:
what about wraping ftp session with expect script? btw, what mean 'ftp job sits and waits'? if connection not establised process must exit whit error code, i think...
0
Response Number 2
Name: anonimous Date: December 6, 2000 at 08:47:34 Pacific
Summary: Okay, Im a bit of a beginner, but trying to troubleshoot a problem. We have a script running which uses the ftp command to upload a bunch of files. Usually about 80 at a time, but theyre only 2KB (in ...
Summary: I am using a script to send files to a box through FTP. and i am trying to avoid establishing connection to FTP multiple times once for each file. so starting FTP as a co-process at the background and...
Summary: The "ftpd(ADMN)" server started by the super server "inetd(ADMN)" supports three types of accounts: Anonymous Real Guest The anonymous account allows ...