Don't Synchronize same files
Hi!
I have a problem with synchronize.
I want to sync from a sftp-server to local dir. The problem i have is that i need to remove the files from my local dir. I then dont want to get the same files again from the server when i sync again.
Solution with rsync:
create a exclude-list
use option exlude-file with rsync
update exlude-list
A file like this can be created with dir /B /w > exlude.txt but could i use that in winscp?
Is there another solution in windows?
I have a problem with synchronize.
I want to sync from a sftp-server to local dir. The problem i have is that i need to remove the files from my local dir. I then dont want to get the same files again from the server when i sync again.
Solution with rsync:
create a exclude-list
use option exlude-file with rsync
update exlude-list
A file like this can be created with dir /B /w > exlude.txt but could i use that in winscp?
Is there another solution in windows?