We’re trying to determine whether we can use WinSCP to publish daily updates to our Web site.
Currently we use a custom FTP client, but it looks like we’ll have to upgrade to a more secure protocol. I see WinSCP offers secure FTP, but I have some additional questions:
Question 1: How does WinSCP determine “new and changed” files? Does it simply use the date time stamp? It seems to use the date time stamp when it “synchronizes” but that is painfully slow for our Web site, which has over 70,000 files. The first time we synchronized the Web site with our local copy, it took over 30 hours. Does WinSCP have a faster option, such as just examining the Windows archive bit (then clearing it after the file is uploaded)? This is the technique our custom FTP client uses: When it scans the entire local directory tree for files with the archive bit set, our custom client can detect and transfer a single new/changed HTML file in under 30 seconds.
Question 2: Can WinSCP transfer all “new and changed” files in a folder and all its subfolders?