> I need to upload a 700MB file to a remote Debian machine, and the > network is "iffy" between here and there. Is there a counterpart to wget > that will push a file and keep trying until all the pieces arrive?
I will have to recommend: while ! rsync -vessh foo host: ; sleep 15 ; done -- Tom Goulet mail: [EMAIL PROTECTED] UID0 Unix Consulting web: em.ca/uid0/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]