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.
Name: tom z. Date: August 4, 2001 at 04:46:48 Pacific
Reply:
Hmm, unfortunately, in a script, ftp is fire and forget. I otherwords, you cannot, because the control is turned over to 'ftp' once you start the program.
0
Response Number 2
Name: WolfieK Date: August 6, 2001 at 05:36:01 Pacific
Reply:
hi MR,
spool the output to a logfile and analyse the logfile within your script. search for strings like "rejected" or "denied".
Summary: hi, i want to find matched cases in my phonelist.txt file, and then save the results in an array so i can process them. for example, the phonelist.txt file consists of different fields separated by se...