A.D. Fundum
2012-09-25 21:07:42 UTC
What's a recommended tool to upload files to an ISP webserver? The
number of files is between 600 and 1000, the total size is about 5 MB.
All file name masks of files to be uploaded or updated are known. FTP
script? NetDrive?
The script which creates or updates the is using ORexx, because of the
newer Date() BIF, and calls EXEs. Using a "diff" isn't required,
because that could also upload a few other files (again with known
file masks) for local use. Albeit a "diff" may be needed in the
future. The local files are stored in an organized way so the number
of file masks is limited, even if the upload utility wouldn't support
subdirectories.
--
number of files is between 600 and 1000, the total size is about 5 MB.
All file name masks of files to be uploaded or updated are known. FTP
script? NetDrive?
The script which creates or updates the is using ORexx, because of the
newer Date() BIF, and calls EXEs. Using a "diff" isn't required,
because that could also upload a few other files (again with known
file masks) for local use. Albeit a "diff" may be needed in the
future. The local files are stored in an organized way so the number
of file masks is limited, even if the upload utility wouldn't support
subdirectories.
--