How to transfer files with WinSCP that are older than N days? It seems there is no such option inside. But could it be done with scripting/cmd mix?

link|improve this question
feedback

1 Answer

find can find the files you're interested in, and rsync can take the resultant list and process it.

link|improve this answer
this question about WinSCP taht is Windows application.. your answer about *nix tools. PS: i know that rsync exist for windows, but winscp work not only with sftp. – kusoksna Oct 5 '10 at 10:55
1  
find is also available for Windows. gnuwin32.sourceforge.net – Ignacio Vazquez-Abrams Oct 5 '10 at 10:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.