FN-GM Posted February 17, 2009 Posted February 17, 2009 Hi They next stage of my Ubuntu quest is setup FTP users and set permissions. Does anyone have some nice easy dummies guides to do this please? Thanks Z
kmount Posted February 17, 2009 Posted February 17, 2009 Typically when you add a new user it comes with interactive login permissions (SSH/SFTP etc) but as you just want FTP I'd consider using the advice in here in selecting your shell but otherwise it should just be "sudo adduser" if I recall correctly. It's also worth noting if you're giving them webspace etc you can save yourself some grief by enabling the mod_userdir module in Apache so they can use http://hostname/~username to access files etc. (This will require the creation of a predefined directory in each home directory by default public_html). I'm pleased to see you're persevering, good man.
powdarrmonkey Posted February 17, 2009 Posted February 17, 2009 HOWTO : Create a FTP server with user access (proftpd) - Ubuntu Forums is also a useful quick guide. Have you found the manual system (man) yet? man proftpd.conf for example will (probably) give you the details of what each configuration option does in there. If in doubt, try opening a manual; it will tell you if it doesn't exist.
torry_loon Posted February 17, 2009 Posted February 17, 2009 Which release of Ubuntu are you using? You might get some more detailed answers if you tell us which animal is on your server.
RabbieBurns Posted February 18, 2009 Posted February 18, 2009 Settingup an FTP Server on Ubuntu with ProFTPD -- Ubuntu Geek
webman Posted February 18, 2009 Posted February 18, 2009 FTP and Web server [bishop Barrington IT Wiki]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now