Friday, July 2, 2010

FTP Server on Windows XP

Today want a talk about how did I setup an FTP server on my windows XP. For this I used Filezilla server. First I donwloaded the Filezilla server and installed on my Windows XP based desktop PC. Then I edited the settings for the Filezilla server, for that I opened the server interface and changed the welcome message and added a group and few users to it. The steps are noted as below,

  1. Downloaded and installed filezilla on my desktop PC named desktop
  2. Opened the admin interface clicked OK after entering the server address (127.0.0.1 by default) , port and admin password
  3. Selected the menu Edit->Settings
  4. From the left tree view selected General settings->Welcome message
  5. Changed the custom welcome message and clicked OK
  6. Then selected menu Edit->Groups
  7. On the right of the window clicked Add, then Entered the group Name "ftp users" and clicked OK
  8. Created a folder named ftp on the D- drive
  9. Clicked shared folders on left and clicked the add button on left side
  10. Selected the folder d:\ftp, set the permissions (read/write/execute etc) and clicked OK
  11. Selected menu Edit->Users
  12. Clicked Add on right side and added user "ftp user" and selected the group he belongs to, i.e "ftp users"
  13. Set the password for the user
  14. Selected shared folders on left side and added the folder d:\ftp and set the permissions for the folder
  15. Clicked Ok
  16. Finally on Start->Control panel select windows firewall and select Advanced tab and select the Connection you are using (eg:- Local area connection-LAN), and click settings and then check the FTP server in the list showing the services running on your computer the click OK twice
  17. Test the ftp server from other computer on the network using the url ftp://desktop, if you are using filezilla client enter the desktop as host and enter userid and password click quick connect
Download filezilla server and client programs from http://filezilla-project.org/

No comments:

Post a Comment