-
FTP - through IIS
I have setup a FTP site, we'll say ftp.headcase.com
IP Address: 199.95.230.33
I'm tryin to see if it works outside the office.
When I type: ftp.headcase.com
I get a user id and logon.
But it keeps kicking me out. I keep entering the user id & PW, and it won't take.
I created the User ID & Password on the local machine under> My Computer > Manager -- Users
Directories are under: Inetput\ftproot\<username>
They have permissions.
I did a telnet 199.95.230.33 21
and nothing happens.
Does anyone know what I'm doing wrong?
thanks
-
Does it work from inside the local network?
-
There are two things to be done here:
1) to make sure the user has access rights to the folder where the files are;
2) to make sure the user is allowed to log on remotely to the machine.
1) Right-click the FTP folder (Inetpub\ftproot\username) and select Properties, go to the Security tab and add the account to the list, then select full permissions for it.
2) In Administrative Tools, run Local Security Policy (or Start > Run > secpol.msc). Under Local Policies > User Rights Assignment, open the key (Allow) log on locally and add the username to the list. You might also need to add it to "Access this computer from the network", I'm not sure.
For easier maintenance, I'd recommend creating a group called "FTPAccess". To give someone access to the FTP, you simply add the person's account to this group. There are tricks you can use to restrict access to each person's folder as a group, without doing manual settings for each account.
-
Assuming port forwarding in the router is configured and firewall is set up correctly. Is the User Isolation type set up correctly? With use of Active Directory? (This may be handy.)
Is the FTP client set to use passive mode?
It is ISS6?
A few links:
http://www.windowsitpro.com/Windows/...98/pg/1/1.html
http://weblogs.asp.net/owscott/archi.../05/68423.aspx
http://www.simongibson.com/intranet/ftp2003/
:cool: