Computing.Net > Forums > Web Development > password prompt for ftp

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

password prompt for ftp

Reply to Message Icon

Name: mikelds
Date: August 11, 2004 at 11:13:19 Pacific
OS: 2000 sbs
CPU/Ram: 512mb
Comment:

Ok, we have a ftp site. If you put ftp.companyname.com it brings you to the ftp site in your browser logged in as anonymous.
We have a folder that we have setup to require a different username and password.
When I click on the folder I get access denied.

What I want is it to prompt me for the username and password. How can I go about this?

The username and password are for a user we setup in a win2000 sbs active directory.



Sponsored Link
Ads by Google

Response Number 1
Name: Laler
Date: August 11, 2004 at 11:50:11 Pacific
Reply:

ftp isnt normally accessed by browser

if it is http://ftp.company.com then you still access it by using http -- the web server is the one who responds, server side scripts in a file will not be visible...

ftp is a mean to get & put the files raw --> an ftp client is the best, but I think you can do ftp://ftp.company.com on most browsers...

when you're entering a protected directory, the browser will pop a login box... or you can put them directly to the address bar: ftp://username:password@ftp.yourcompany.com/~your_protected_dir

in my experience, doing ftp connection thru browsers are very slow :)

^o^
are you in Asia? do you watch Animax Asia? Please Vote


0

Response Number 2
Name: mikelds
Date: August 12, 2004 at 06:10:39 Pacific
Reply:

its ftp://ftp.companyname.com

It's not popping up a login box in the browser. I want it to pop one up. Instead it just says access denied.

If I go from the dos prompt I can log into that directory.

I'd rather not have the people have to put user:pwd in the address bar for simplicity's sake.

Maybe I have it setup wrong. Here is how I have it setup. the protected directory has ntfs rights set on it to only allow a particular user and administrator access.
When a user enters the ftp site they are logged in as anonymous. When they click on the folder they get access denied. Instead, I would like it to prompt them for a user/pwd. Is this possible?


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: password prompt for ftp

apache problems www.computing.net/answers/webdevel/apache-problems/2569.html

password prompt from some machines www.computing.net/answers/webdevel/password-prompt-from-some-machines/835.html

Upload files to site? www.computing.net/answers/webdevel/upload-files-to-site/1990.html