The bashupload is a place to upload files from command line or other ways and download them elsewhere.

How to upload file through terminal

In order to upload file to a server through a terminal you should use scp. It is a secure and easy way to manage uploads.

Simple specify file to upload, you server host and path where you want your file to be uploaded:

scp local.txt user@mysite.com:/var/www

Consider using simpler alternative to quickly upload and download files between servers/desktops.

More articles