I was transferring large files using scp, but I got this error: rite failed: Broken pipe lost connection.

Now I need to re-launch scp but tell it to take back from the last file. I looked into the man, and couldn't figure out how to do so, there no interactive mode or skipping the files when they already exist in the destination...

Thank you for your help on this!

link|improve this question

9  
You'll probably like rsync (en.wikipedia.org/wiki/Rsync) – Ivan Nevostruev Sep 20 '10 at 17:00
indeed I do, I'm now using it for the first time and I already love it! Thank you very much Ivan :) (You can answer this question and your answer will be accepted :p ) – Zenet Sep 20 '10 at 17:20
feedback

migrated from stackoverflow.com Sep 20 '10 at 19:17

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 0 down vote accepted

Old question but may i additionally suggest Unison - http://www.cis.upenn.edu/~bcpierce/unison/ It offers a GUI and customizable profiles.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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