Hi Gerardo, On Tue, Jan 22, 2013 at 3:13 AM, Gerardo Ballabio <[email protected]> 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 [email protected]:remote_file I haven't tested the above line myself - post back whether it works. Cheers, Jan
