How can I set up an FTP server on my Windows XP Machine?

(I have a static IP address)

link|improve this question

66% accept rate
feedback

2 Answers

When you say "static IP" does this mean static in relation to your network (LAN) or the internet?

You'll need to install something like FileZilla server and open port 21 in your firewall. If you want to access it from the internet you'll need to "port forward" your router to handle all port 21/FTP traffic through to your computer.

link|improve this answer
feedback

The answer above is correct if you only want to forward "command" requests. However, if you also wish to deal with "data" then you will need to open up port 20/tcp as well. This will allow you to transfer files. Both of these ports can also be configured to something else within filezilla server but these are the defaults. Also port 21 needs to be TCP as well.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.