sshfileuploader: uploading large files over ssh over an unreliable connection

I’m having for the last month a very bad internet connection which makes it almost impossible to upload files anywhere: drive, facebook or WARs to my toy server. Especially the latter one is really annoying as the SSH connection will really abort with an ugly network error. I suspect a misconfiguration in the TCP/IP settings of the internet provider, but I didn’t look much further into it. People seem to suffer from SSH uploads elsewhere too, there are various remedies none of which worked over here.

Others also noticed that small uploads seem to work; only larger files stall over scp. So I wrote a utility which splits large files into small parts, uploads them with new SSH connections to the remote location and then assembles the original file back out of the parts.

I give you the sshfileuploader:

https://github.com/ggeorgovassilis/ssh-file-uploader/

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.