How can I set up an FTP server on my Windows XP Machine?
(I have a static IP address)
How can I set up an FTP server on my Windows XP Machine?
(I have a static IP address)
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.
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.