Re: rsync
@gclaborn: Thanks for your suggestion.
Will see if more people ask for this.
Will see if more people ask for this.
scp doesn't have enough filtering options. If we can supply an xargs list then we can overcome that. it wouldn't take much to make a /tmp/winscp/!N/[CommandName]_[timestamp].xrg where a list of paths will go and then subsequently be fed into scp by xargs. If this is possible features such as resume and symlink traversal options become possible. With enough && this will work as a default "Custom Command" in WinSCP. for example, /tmp/winscp/!N/[CommandName]_[timestamp].xrg.prog could contain lines processed. Progress is then
!N is the session name or other unique id
cwrsync? I have not. I hoped to find rsync in UnxUtils or gow which is (I think) a superset of UnxUtils. But those project do not include rsync.
cwrsync project claims to be open source, and has a free version. Its Win32 binary links against cygwin libraries rather than requiring all of cygwin, by the way. <invalid hyperlink removed by admin>
rsync -e ssh) for transfers. This would solve the resume transfer problem and it would significantly improve speed.