all groups > iis ftp > september 2004 >
You're in the

iis ftp

group:

Username/Password


Username/Password Aaron
9/3/2004 6:36:17 PM
iis ftp:
I have my FTP site set up and working but I cannot
configure it to ask for a username and password. I have a
FTP user set up for that directory and Allow Anonymous
Access checked with the FTP username and password I set
up. Howerver, when I put the FTP address in my browser I
have instant access to the files. I need for it to ask
for the username/password.

Re: Username/Password jeff.nospam NO[at]SPAM zina.com
9/5/2004 6:57:45 PM
On Fri, 3 Sep 2004 18:36:17 -0700, "Aaron"
[quoted text, click to view]

It is behaving exactly as you set it up. "Allow Anonymous" means
exactly that -- Allow anonymous users to have access, don't ask for a
username or password.

So the solution is to uncheck "Allow Anonymous" when you don't wish to
allow anonymous users. :)

Re: Username/Password Alun Jones [MSFT]
9/7/2004 9:47:33 AM
[quoted text, click to view]

Almost, but not quite.

The FTP server always asks for a username and password. Or rather, it won't
let you do anything of any interest until you've entered them. However, the
standard document defining what an FTP URL means, RFC 1738, states that if
no username is provided to the browser in the URL, the username "anonymous"
is to be provided by the browser to the FTP server.

Log on to your server using the command-line FTP client, and you'll see it
offering you a prompt to enter the username, and then one for the password.
Log on using a browser, and it won't, because "anonymous" got accepted.

If you monitor the traffic between the browser and the server, you'll see an
exchange that contains the "USER" and "PASS" commands.

One trick I use is to create URLs such as "ftp://???@site.example.com" -
since the "???" user isn't on your system (you can't use that character in a
user name), it'll try it, receive a failure, and then prompt the browser
user for a working user name and password.

Alun.
~~~~

Re: Username/Password FortnerA87
9/10/2004 8:50:31 AM
Where do you make the accounts at and the passwords to
allow people to login to your FTP server?
[quoted text, click to view]
Re: Username/Password Alun Jones [MSFT]
9/10/2004 9:59:19 AM
[quoted text, click to view]

They're regular Windows user accounts - you create them the same ways that
you would create Windows users for any other purpose.

Alun.
~~~~

AddThis Social Bookmark Button