Comment by dhouston
18 years ago
thanks :)
a linux port is doable (mac will come first) -- everything's written in python and was designed from the outset to be portable. although this isn't the initial focus of dropbox, a linux port would be interesting for maintaining small web sites or web apps -- instead of using scp/sftp or equivalent you could just modify the files on your desktop and have them synced to your web host.
Hey Drew,
Congrats on a great product. A linux port would be great for servers - I'm always rsyncing stuff between my linux boxes.
For those who don't have shell access though, it would be cool if you integrated the service with (S)FTP. I don't even think you'd need to sync to the server.
Just giving the user the ability push his/her dropbox public folder to a server using (S)FTP would give your software several new use cases.
+1 on being able to specify a folder inside the dropbox as a "server" folder, which means it has it's own ftp address, user, and password settings. Anything dragged there is automatically synched with that account. I thought of this as well as soon as I read that post about Linux support, as this would work with shared hosting without expecting hosts to install dropbox on their linux boxes. And the data would be backed up as well automatically in a third place (the drop box.) And, you'd have access to retrieve an older version of a file. This basically replaces the need for FTP clients if you also add a way to chmod the folders inside the "server" folder. Sam is 100% right.
All written in Python? I'd love to know a bit more about what you're doing if you can share. I put together a similar tool last year for myself (Windows-only) using NTFS' USN journal, but it sounds like you're doing something different.
The app looks great.
yup; i'd be happy to talk offline about it; shoot me an email at drew@getdropbox.com .