You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I need to upload the directory with the files to the FTP server, so that when downloading the old files on the FTP server will be overwritten with new local files, and those files that do not differ from the local ones remain untouched. I use the UploadDirectoryAsync() method. How can this be implemented?
Thank you in advance for any help
The text was updated successfully, but these errors were encountered:
Right now this is not supported. You can build it manually by referring to the code of UploadDirectory and then using the CompareFile method to check if the file is different between server and client.
FluentFTP Version: 32.4.3
Hello! I need to upload the directory with the files to the FTP server, so that when downloading the old files on the FTP server will be overwritten with new local files, and those files that do not differ from the local ones remain untouched. I use the UploadDirectoryAsync() method. How can this be implemented?
Thank you in advance for any help
The text was updated successfully, but these errors were encountered: