Ubuntu – Copy files from a server via ssh to dropbox.

dropboxscpssh

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?

Best Answer

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.

Related Question