-
FTPing and automation
Hi all,
Been along time since I posted (don't know if that's a good thing or a bad thing)
I'm looking into automating a task of mine, at present I FTP numerous files across to several different hosts every monring.
This can take upto 30-40 mins in the morning depending on the number of files and therefore want to automate it.
Ideally I would like to trigger a script that looks into a directory and FTP's all the files in that dir across to the remote server.
Has anyone done anything like this before?????
Any help / advice would be great........
Many thanks
-
I am attaching a file which might be of some help to you. It gives you all the code for uploading the files. You can create a timer to search for files (using the DIR function of VB) at regular intervals. If the search results satisfy your criteria, you can upload the files.
-
1 Attachment(s)