i want to use WINXP pro to create ftp server if u listen to me..
Main Topics
Browse All Topicsplease guide me step by step on how to create FTP server using winxp Pro.
if possible please guide me through pics..
thz
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Start the Control Panel Add/Remove Programs applet (go to Start, Control Panel, then click Add/Remove Programs).
Select Add/Remove Windows Components.
Select Internet Information Services (IIS), then click Details.
Select the File Transfer Protocol (FTP) Service check box, then click OK.
Click OK to close all dialog boxes.
ref: http://www.winnetmag.com/A
There are also lots of 3rd party applications that make running an ftp server very simple.
Try servu from www.serv-u.com... I find this to be very easy to use and with good help files...
Cheers dazzled1
Business Accounts
Answer for Membership
by: PeteLongPosted on 2004-06-08 at 04:39:07ID: 11258802
Download 3Cdaemon nload-s01- ftp.php rchive/
http://www.firewall.cx/dow
http://sec.spruce.se/fw1/a
Setting up 3CDaemon to act as an FTP server
First start up the software – consider putting a shortcut to it in your startup folder so it will start each time the PC/server boots up.
You navigate through the menus using the navbar on the left, click the button that says “FTP Server” and click it (it’s a bit like an outlook menu:0)
1. To get up and running click the “Configure FTP Server” Icon that looks like a pen knife”
2. The “User Directory” is where all the FTP files will be stored you can change this location should you wish.
3. The first Page “FTP Profiles” is where you set up your users. By default the only user is anonymous, if you want a secure system you may want to remove this user. (By clicking the “Delete Highlighted Profile button)
4. To add another user, just start typing and you will be typing in the profile name box. Enter a username. In the “User Directory” section you can set up what you want the user to have rights to do, i.e. download, upload, and rename files etc. Set the rights you wish to assign to the user.
5. You will now need to create the users password, click “Set/Change Users Password” enter then re-enter to confirm the password, then click “Cancel”
6. You MUST now click the Save Profile button.
7. You will get a dialog button stating the profile was saved: just click OK.
Now you can test the FTP service
1. Open a command prompt Start >Run >type “CMD” {enter}
2. Type “telnet <ip address of your ftp server>” {enter}
You should get a message that looks like
220 3Com 3CDaemon FTP Server Version 2.0
User (<IP Address:(none)):
3. Enter your username
4. Enter your password
You should get
230 User logged in
You can now use standard FTP commands
! delete literal prompt send
? debug ls put status
append dir mdelete pwd trace
ascii disconnect mdir quit type
bell get mget quote user
binary glob mkdir recv verbose
bye hash mls remotehelp
cd help mput rename
close lcd open rmdir
5. If you get stuck use “?{enter}” to see a list of commands
6. You can also connect to the FTP server using software for example CuteFTP or my favourite is LeapFTP.