- 1Install a program called vsftpd. In order to do this, open up a command line and type sudo apt-get install vsftpd. You will be required to type in the root password and after that, just follow the instructions vsftpd gives you in order to install it.
- 2Change the configuration file. Get to the file browser and type /etc. Next scroll down and double click on a file called vsftpd.conf. Remember that lines that start with a '#' are commented out:
- Disable anonymous access: Change the "anonymous_enable" setting to NO
- Change the "local_enable" setting to YES.
- 3Restart the FTP server to enable your changes: in a shell window, type: sudo /etc/init.d/vsftpd restart
- 4Place the files you want to serve in the FTP Home Directory (~ftp).
This blog is supposed to keep track of all the small fixes, good tutorials and cheat-sheets I encounter in my binary life so I won't have to seek them on the web again.
Friday, January 15, 2010
setup ftp server on ubuntu karmic
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment