A couple questions:
Firstly, are there any API functions available for WS_FTP Pro? It would be nice to call something from within my application to connect & download files from an FTP site (Apart from shelling out to the WS_FTP executable) I've looked through this site and haven't found anything about it yet, just wondering if the capability is there.
Secondly, I have a script to connect to an FTP site and download & delete all the files from a folder (which keeps getting filled over time). If I schedule this script to run every minute, does anyone know what would happen if the scheduler calls WS_FTP while an instance is already running? (IE, the task starts, runs for more than 1 minute, so the task gets started again).
Third - does the MGET *.* command automatically overwrite files currently in the target folder, or does it skip any duplicates?
Thanks for any help!