Synchronization speed
I'm building a program in C that needs to run the stat function on more than 16,000 files stored on a remote fileserver. Using C library functions opendir and readdir, my code takes far longer than the time required to do a synchronization scan with WinSCP.
Perhaps it's an unfair question, but how does WinSCP achieve such speed when comparing local versus remote file attributes?
Thanks,
Dan
Perhaps it's an unfair question, but how does WinSCP achieve such speed when comparing local versus remote file attributes?
Thanks,
Dan