[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: wget's Great; Is there a wput?



> 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: uid0@em.ca
UID0 Unix Consulting			web:  em.ca/uid0/



Reply to: