Byron,
You wouldn't "wait" for FTP per se, you would (for example) wait for files
to arrive in a certain directory. You could probably just write a loop
routine within your script that continually checks a certain directory for
files. If it finds a file then do something, you will want to make
I have written a script that allows users to upload files over the net.
This is nice but only one file can be uploaded at a time since this is an
online form.
I need to write another script that will allow for batch processing. The
user will ftp the batch to our server from their command line.