DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I believe that's it. It will be configured for you! However, if you're using something other than a standard Debian install, you might have to manually open up the firewall (for example, Mepis has a very restrictive firewall by default).
Also, if you're running an ftp server behind a router/firewall and want to access the ftp server from the outside, you'll have to configure your router/firewall to port forward ftp requests to it.
If you want to get fancy and modify the allowed/restricted hosts, see this tutorial:
Ftp is supposed to ask for a userid and password. Type in your user name and password (when you installed Debian, you had to specify one normal user and password). It will start you off in your home directory.
proftpd WONT start it your home directory (atleast, it didn't when I installed it). It will start in / which may be a security problem depending on who uses your ftp server. To change this, you going to have to add this to /etc/proftpd.conf
Code:
DefaultRoot ~
IdentLookups off
ServerIdent on "FTP Server ready."
I usualy stick that at the bottom of the file. If you look up a bit, you will notice a section for anonymous login. Starting after the line "# A basic anonymous configuration, no upload directories." uncomment down to "# Uncomment this if you're brave." and then uncomment the line "#</Anonymous>" near the end of the file. This will ask you for a username (anonymous or ftp) and a password (anything you want). Does anyone know how to disable this asking for a username and password entirely?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.