Hi, theres a few things you need to configure to get this working:
1) Under IIS, go to 'FTP Site', and right-click on 'default FTP'
- click on properties
- check the IP address is the IP address of your server
- under 'Security Accounts' tab, untick 'Allow anonymous Connections' (unless you want people to anonymously access your server through FTP)
- Under 'Home Directory' tab, change local path to c:\websites (explained in lower section) - tick boxes - 'read', 'write', 'log visist'
- OK to agree to all
Create a folder on your local drive. As above (for example), call 'websites', so c:\websites
below c:\websites, create a folder called 'localuser' - so it c:\websites\localuser
Create a new local user - eg., John - (assign a password too!!)
Create a folder call 'john' under 'localuser' folder- c:\websites\localuser\john
Use ftp to connect to the server IP address - eg.,
ftp://192.168.0.1
when login box appears, type in 'john' username and password.
Use the same format to setup new accounts for each user, and a separate folder with the same name as the user's account name.
Post a reply if you're still having problems!!