On Wed, Sep 11, 2002 at 02:04:22AM -0500, Kent West wrote:
| 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?

curl is a more generic form of wget.  It allows you much more control
over how it interacts with the remote server and also supports HTTP
PUT.

However, to only send portions of a file rsync is probably your best
bet.  You can tunnel it over ssh too.

-D

-- 
Thy Word is a lamp unto my feet
and a light unto my path.
        Psalms 119:105
 
http://dman.ddts.net/~dman/

Attachment: msg01822/pgp00000.pgp
Description: PGP signature

Reply via email to