Hi, Every 15 minutes I need to connect to a FTP site to upload a batch of files. That is fine and its working. However what is the best to check if the upload succeeded? Thanks
I'll assume here that your using CF to do the batch uploading. After it's completed the upload reconect and compare the file size of the file you just uploaded to the local copy. If they are the same you can presume it put the file correctly. If not it can send you a email or retry ect.
Also, if the remote site is running coldfusion, you can set up a gateway to respond to file system events and check files automatically as they are added. I set up a system like this that would automatically detect uploaded files, and based on their extensions, virus check them, move them to different directories, or run verity indexing on them. Gateways are underutilized, but very powerful. Just an idea.