Synchronize each directories
Good day Martin!
Thank you once again.
I don't know if the assembly supports file synchronization. So I'm playing around with SynchronizationDirectories. But it synchronize only the target remote directory.
I'm looking for a way to synchronize each local directory to remote directory. I can walk each directories but I just want to sync the files only. Do you have any idea if this is possible.
My Objective here is to be able to track the progress of the FTP synchronization.
Unlike uploading, I can create background workers to upload each files. In this way, file uploading will be a little faster.
Thanks you.
Thank you once again.
I don't know if the assembly supports file synchronization. So I'm playing around with SynchronizationDirectories. But it synchronize only the target remote directory.
I'm looking for a way to synchronize each local directory to remote directory. I can walk each directories but I just want to sync the files only. Do you have any idea if this is possible.
My Objective here is to be able to track the progress of the FTP synchronization.
Unlike uploading, I can create background workers to upload each files. In this way, file uploading will be a little faster.
Thanks you.