Results 1 to 2 of 2
Hi All,
Can you tell me how to enable FTP on linux.
Cheers,
Gokul....
- 02-20-2009 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 7
How to enable FTP on Linux
Hi All,
Can you tell me how to enable FTP on linux.
Cheers,
Gokul.
- 02-20-2009 #2Just Joined!
- Join Date
- Feb 2009
- Posts
- 4
Follow this
Log in as root
In terminal enter
Open your firewall (System -> Administration -> Firewall i think) and make sure FTP is checked then click apply.Code:# service vsftpd start
Enter the IP of the server into a browser on a different computer (Prefferably on your LAN) and enter the username and password of a user on the system. You will have the same privileges of file access as you would if you were logged on (Dont think you can FTP with root)
Regards,
Sam Rudge


Reply With Quote