19

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?

Xbuffer
  • 191

3 Answers3

21

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.

infinity
  • 311
5

Maybe https://couchdrop.io/

The secure, easy to use Cloud scp and http upload server.

scp $filename $username@ssh.couchdrop.io:
rzr
  • 425
4

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/

xarlymg89
  • 191
wlraider70
  • 1,683