Yes, this will be opened only to 1 IP by or firewall, and immediately closed after upload. I followed your instructions, however I was able to access the site but how do I upload files to it?
Main Topics
Browse All TopicsI need to know how to configure my IIS 6 on server 2003 to allow anonymous users the ability to upload and download files. Primarily upload.
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.
Have your client open a command prompt
Navigate to where the file is located that you want to transfer
Type 'ftp <server>' whener <server> is either your server's IP address or Domain name.
Use 'anonymous' as the username
Type in some characters for the password (doesn't matter what you type)
Type 'put <filename>' where <filename> is the name of the file you want to transfer
Wait for it to finish transferring
Type 'bye'
That should do the trick.
Dave Dietz
Try this - if the problem with the command line client is what I think it is this will fix it:
Have your client open a command prompt
Navigate to where the file is located that you want to transfer
Type 'ftp <server>' whener <server> is either your server's IP address or Domain name.
Use 'anonymous' as the username
Type in some characters for the password (doesn't matter what you type)
Type 'lit pasv'
Type 'put <filename>' where <filename> is the name of the file you want to transfer
Wait for it to finish transferring
Type 'bye'
This changes the mode from Active to Passive which should help with any firewall issues.
Dave Dietz
Have you tried Filezilla server?
http://filezilla-project.o
It will install on any machine on your end. You then setup a user account for the customer and point his account to a folder on your hard drive. Port forward ftp from your firewall to the machine and give him the username and password. Then have him open my computer and put your address ftp://yourexternalIPaddres
Business Accounts
Answer for Membership
by: peralesaPosted on 2009-07-23 at 14:13:24ID: 24930015
Install IIS 6 make sure FTP is a selected component.
then once IIS with FTP is installed create a folder on your computer.
In IIS under FTP select properties, look for the home directory tab and change it to the new folder you created.
make sure everyone has read and write access to this folder too...
are you really sure you want to do this?