[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-users] How to upload large file, slow connection
From: |
Jan Owoc |
Subject: |
Re: [Savannah-users] How to upload large file, slow connection |
Date: |
Mon, 28 Jan 2013 07:40:28 -0700 |
Hi Gerardo,
On Tue, Jan 22, 2013 at 3:13 AM, Gerardo Ballabio
<address@hidden> wrote:
> Until now I did that following the instructions I was given, that is,
> connecting to dl.sv.nongnu.org by sftp. But now I have to upload also
> a larger file (about 17 MB) and at home I have only 56k modem
> connectivity. I've never managed to transfer a file of even a few MB
> without losing the connection during the process (when downloading,
> wget -c is my friend). I can use a faster connection at a public
> internet point, but there I'm restricted to use a browser (i.e., no
> sftp, only http).
>
> Can you suggest how I could upload?
I didn't know the answer a few minutes ago, so I looked:
"wput" -> does ftp including tls, but will not do scp :-(
"sftp" -> no explicit option to resume :-(
"scp" -> no explicit option to resume :-(
Next I looked on the Internet:
https://duckduckgo.com/html/?q=resume%20scp
It appears people tend to recommend using rsync, like this:
rsync --partial --progress --rsh=ssh local_file
address@hidden:remote_file
I haven't tested the above line myself - post back whether it works.
Cheers,
Jan