Check if remote file exists before upload (wodSFTP / wodSFTP.NET / wodSFTPdll)
Hi,
I'm trying to verify if a file exists on the remote SFTP server before I upload, so I can decide if I want to overwrite or not.
I'm assuming I would do this in the loopEvent, as I am using PutFiles() to copy the files.
thanks