I have a hosted website with linux shell access.

How can I set it up such that it can automatically sync from a Dropbox account?

link|improve this question

75% accept rate
feedback

4 Answers

Unfortunately the above link posted by @reefnet_alex is no longer accessible. The new Dropbox Linux client works perfectly on headless / UI-less machines, though.

https://www.dropbox.com/install?os=lnx

link|improve this answer
feedback

Is this what you're looking for?

http://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstall

I run Dropbox in KDE, so I was aware there's no need for the Gnome dependencies, and this article covers installing Dropbox on a text based linux install. This would be an excellent way to allow a client (in the person sense not the software sense) to upload files to a server without footering around with FTP or the like (how many clients actually get FTP?!). Throw it in your Dropbox folder, there it is on the server. Bish bash bosh...

link|improve this answer
feedback

First question would be does your hosting company actually allow you to operate a long running userland daemon? Dropbox consists of a proprietary userland daemon and an open-source client. If your hosting account can't run the daemon then it will have problems remaining in sync.

The second problem arises in that the existing released Dropbox client for Linux is a module addition to Nautilus the graphical file manager. There is an API, unsure as to the stability of documentation on said API, that will allow open-source clients to be developed that can communicate with Dropbox accounts. At this time I am unaware of any that would work from a hosted shell account.

Updated to say I found this mention of experimental instructions for a text-based only install which may be usable for this situation but haven't tested myself.

link|improve this answer
feedback

There is a Linux Dropbox client, which I believe can run in userland. Why not use that?

link|improve this answer
I believe the problem is that the existing Linux Dropbox client is a module for Nautilus which won't do much good for a shell account. – Jeremy Bouse Oct 18 '09 at 5:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.