- I have a local folder which contains files and directories (>2000 files).
- I uploaded this entire folder on my ftp.
Now for example let's say my ftp folder is called FTPFolder
and my local folder is called LOCALFolder
. These two folders are exactly the same for now.
And let's say the both folders contain a file called text.txt
.
Now what I would like to do:
If I change the test.txt
on the FTP, how could I detect it in C#?
Getting all local files and all FTPfiles
and then comparing them is just too long. Has anyone got another way of doing this ?
Basically the goal is to download all files on the FTP which are different from the same files but locally.