AlienDave
AlienDave
It uploaded the files, recorded them as successful in the FtpResults, THEN deleted them. I've done a workaround - delete folder, create folder, upload in Update mode. On Sat, 25...
[FTP.log](https://github.com/robinrodricks/FluentFTP/files/15452795/FTP.log) Here's my log, and this is the relevant part of the code: ``` FtpClient client = new FtpClient(host, username, password); client.Logger = new FtpLogAdapter(logger); client.AutoConnect(); ftpResults = client.UploadDirectory(sourcePath, remotePath,...