Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

Enable anonymous FTP in 10.5 and 10.6 Network
To enable anonymous FTP in Snow Leopard (and probably Leopard as well), just execute the following commands in Terminal:
$ sudo dscl . -create /Users/ftp
$ sudo dscl . -create /Users/ftp NFSHomeDirectory /path/to/ftp/folder
Replace /path/to/ftp/folder with the path to the directory that the guest account will have access to. To disable anonymous access, use this command:
$ sudo dscl . -delete /Users/ftp
You may have to restart the FTP daemon by stopping File Sharing and starting it again in System Preferences. Although I didn't test it in Leopard, I see no reason why it shouldn't work there as well.

[robg adds: I haven't tested this one.]
    •    
  • Currently 5.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[2,256 views]  

Enable anonymous FTP in 10.5 and 10.6 | 4 comments | Create New Account
Click here to return to the 'Enable anonymous FTP in 10.5 and 10.6' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Enable anonymous FTP in 10.5 and 10.6
Authored by: Sesquipedalian on Tue, Oct 27 2009 at 9:26AM PDT
It should be noted that this is weakens your computer's security. Anonymous ftp means that anyone one the Internet can then access the designated folder and add or remove files.

Of course, there is very little that could be done to actually attack your Mac via ftp. To my knowledge (which is admittedly limited), about all a malicious person could do is upload a file to your computer and then give people the link to download the file, resulting in all your bandwidth suddenly being consumed without your knowledge so that the other person can distribute a file for free. If this is not a major concern for you, the benefits of anonymous ftp might easily outweigh the risks—for me, it seems quite worth it.

Thanks to the original poster for the nice, clear instructions!

[ Reply to This | # ]
Enable anonymous FTP in 10.5 and 10.6
Authored by: leamanc on Tue, Oct 27 2009 at 6:04PM PDT
You are mostly right with regards to the risk of enabling anonymous FTP. But there is always the possibility that there will be a security hole in the ftp daemon that Apple ships that could allow execution of arbitrary code. As of now, there are no known issues, but that doesn't mean one couldn't crop up at some point. And Apple is somewhat slow to address these types of vulnerabilities--in comparison to the Linux and *BSD worlds, that is. (They still do better than Microsoft in this regard.)

[ Reply to This | # ]
Enable anonymous FTP in 10.5 and 10.6
Authored by: theKiwi on Wed, Oct 28 2009 at 6:36AM PDT
Pureftpd Manager was recently updated to version 1.8 to work with Mac OS X 10.6 Snow Leopard

http://jeanmatthieu.free.fr/pureftpd/index.html

This allows setting up anonymous FTP as well as users

[ Reply to This | # ]
Mounting FTP Shares in Finder
Authored by: Helge33 on Wed, Oct 28 2009 at 1:52AM PDT
can somebody confirm that FTP mounts in the finder are now read *and* writable? I am still on 10.5. If I remember this false FTP implementation for the Finder is a bug since 10.0 ...

Cheers, Helge

[ Reply to This | # ]