Hi,
I have been experimenting with UploadMultiple and UploadDirectory. Now my problem is trying to find out whether the file that will be uploaded exists on the remote server and if it does, I should skip it. To do this I began by handling the Uploading event. However, I am unable to instruct the code to skip the upload. I tried EXFtpconnection.canceltransfer but with no effect. I am using Exftpconnection.exists to check for the file on the remote server. But how can I tell ExFTPconnection to skip that file?
Thanks
Nick