PDA

View Full Version : FTP ISSUES




virividox
Feb 6, 2005, 02:25 AM
So i set up an ftp using the system prefs in order to share my files with my friends over our network, i want them to have access to my external hard drive. i tried putting an alias tot he hard drive in the public folder and they can enter it but they cant see anything in it; like all my folders and sub directory

is there any way to give them access to the external firewire hard drive using apples ftp tech or will i need to get an ftp client



alex_ant
Feb 6, 2005, 06:52 AM
Don't make aliases from the Finder because those aren't recognized properly by ftp. Your external HD is in /Volumes/<name of HD>. You could either just have them navigate to that directory in their FTP client or you could make a symbolic link (the Unix equivalent of an alias) from your public folder to that by opening Terminal and typing:

ln -s /Volumes/<name of HD> ~/Public

Hopefully that will work

virividox
Feb 6, 2005, 07:24 AM
tcsh: -s: Command not found

i get this message after typing in the command

MadMacs44
Feb 6, 2005, 09:41 AM
Here is an opinion...

The built in FTP services in OSX leasve a lot to be desired. NOT to go off on a tangent here...I gave up on them as I set up an FTP server for a client and it ended up being a nightmare because of permission (Or lack there of) issues...So I shopped around to find another way to achieve this...The end result is a program called "iNetCourier".

This ended up being everything and more. First of all its web based using port 8080 instead of standard FTP 20/21. The first thing I noticed that was better was that there were no more permission issues. Secondly, set up and even customization was a snap. Thirdly, and most important, becuase the client has ADSL when the FTP was accessed it would drag the whole network down to a crawl. With using the iNetCourier, because its using Alt. Web port 8080, the traffic seems too flow a lot more smoothly and does not have such a noticable effect on speed to the rest of the organization.

Hope this helps.

virividox
Feb 6, 2005, 09:44 AM
thanks for the suggestion of that app ill check it out!!!