Sync Dropbox remotely
Posted
by
David
on Super User
See other posts from Super User
or by David
Published on 2012-04-02T16:47:41Z
Indexed on
2012/04/02
17:32 UTC
Read the original article
Hit count: 185
dropbox
I have Dropbox on my Ubuntu desktop, and I am working remotely on my laptop. I would like to add files from my desktop to Dropbox and then access them on my laptop.
So, I did the following:
ssh tomydesktop
ln -s myfile.txt ~/Dropbox/
and then when I
ls ~/Dropbox
myfile.txt
shows up
However, myfile.txt does not show up either on the Dropbox website version of the folder or on my laptop.
Do I need to somehow "sync" the Dropbox folder from the desktop? I do not see any sync options on my laptop or on the website.
© Super User or respective owner