Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

clank72

macrumors regular
Original poster
Feb 7, 2009
172
0
I'm looking for a way to share a local public folder with some people that are working for me in another country.

Basically a public folder where I can control permissions. They can upload to the folder and download to work with files.

Dropbox is good but would be too expensive for our storage needs.

What is your take on it?
 
I use Dropbox to share work files with several colleagues. So simple and as the data is also stored locally you're not really tied to Dropbox if you don't like it.

Only potential problem is network monitoring software which some companies use to stop access to various Internet sites and I've worked with some client who block Dropbox.
 
That's what FTP servers are for.

Enabling Remote Login in System Preferences -> Sharing sets up an SFTP Server. That's the SSH File Transfer Protocol and it usually runs over TCP port 22 in case you need to set up port forwarding.
To access it:
Code:
sftp <hostname>

or

Plain FTP (Leopard and Snow Leopard)
(Lion -> sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.