Copy files from a server via ssh to dropbox.
I have a user in a linux server (Debian) with ssh access, and have some files on it. I need to copy the files to my Dropbox. but I donot want to copy to my Dropbox in my PC and Laptop, I want to first copy to my Dropbox account directly then sync to my PC and Laptop. Is scp work?
Here is a better option, a SHELL script that will allow you to upload/download/delete files from the terminal;
https://github.com/andreafabrizi/Dropbox-Uploader
Tested and works just great.
Maybe https://couchdrop.io/
The secure, easy to use Cloud scp and http upload server.
scp $filename [email protected]:
Why not add Dropbox to the server? There is a CLI option if you need it.
http://dropbox.com/install?os=lnx
Try this:
scp somefile username@server:/home/username/