473,326 Members | 2,113 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

ASP.NET login page to FTP ???

Folks,

I´m trying to do a very simple thing that is getting very hard.

What I need?

A http ASP.NET login page (like http://www.me.com/ftp/login.aspx) to accept credential from users (and validate then) to redirect then to a protected FTP place like ftp://ftp.me.com/. All using just IE (the user does not have FTP client)

What happened?

I planed to get user/pass/domain and verify then in the AD (ok, done), after that redirecting then using the URL format ftp://user:pa**@ftp.me.com, but this do not work on IE7.

The other way would be to provide a real FTP service login on my ASPX page, and redirect the user to ftp place. When I do that, I can log on to FTP (using ftpwebrequest), but after redirecting to the URL the FTP service (Win2003) asks for credentials again....

Ideas? please!!!

Thanks

Luiz
Jun 1 '07 #1
2 1446
http and ftp are different protocols. you can not pass login from one to
the other (except for obsolete user:pass on url).

you write a web site that frontends the ftp site.

-- bruce (sqlwork.com)

Luiz Vianna wrote:
Folks,

I´m trying to do a very simple thing that is getting very hard.

*What I need?*

A http ASP.NET login page (like http://www.me.com/ftp/login.aspx) to
accept credential from users (and validate then) to redirect then to a
protected FTP place like ftp://ftp.me.com/. All using just IE (the user
does not have FTP client)

*What happened?*

I planed to get user/pass/domain and verify then in the AD (ok, done),
after that redirecting then using the URL
format ftp://user:pa**@ftp.me.com, but this do not work on IE7.

The other way would be to provide a real FTP service login on my ASPX
page, and redirect the user to ftp place. When I do that, I can log on
to FTP (using ftpwebrequest), but after redirecting to the URL the FTP
service (Win2003) asks for credentials again....

Ideas? please!!!

Thanks

Luiz
Jun 1 '07 #2
I planed to get user/pass/domain and verify then in the AD (ok, done), after that redirecting then using the URL format ftp://user:p...@ftp.me.com, but this do not work on IE7.
Why doesn't that work? Works for me.

Jun 1 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Simon | last post by:
Hi, I have a Login.php page that logs the user in and out. I has two forms within the page, (depending on what we are trying to do), either one to log in or out. The form calls itself using a...
1
by: Tom Jones | last post by:
Hi, I am using the HttpWebRequest and HttpWebResponse classes to pull information from a web server on the internet. I have an account on one of the webservers that I need to log into...
9
by: buran | last post by:
Dear ASP.NET Programmers, How can I post data to an ASP.NET login page and pass authentication? The login page uses forms authentication, users must supply usernames and password and have to...
4
by: nicholas | last post by:
Hi, Got an asp.net application and I use the "forms" authentication mode defined in the web.config file. Everything works fine. But now I would like to add a second, different login page for...
2
by: pv | last post by:
Hi everyone, I need help with following scenario, please: Users are accessing same web server from intranet (users previously authenticated in Active Dir) and from extranet (common public...
7
by: Alan Silver | last post by:
Hello, Sorry this is a bit wordy, but it's a pretty simple question... I have a web site, http://domain/ which is a public site, part of which (http://domain/a/) is protected by forms...
0
by: muder | last post by:
I have a standard Login ASP.NET 2.0 control on a login Page, a LoginName and LoginStatus controls on the member's page. once the user login successfully I am redirecting the user to Member.aspx...
6
by: AppleBag | last post by:
I'm having the worst time trying to login to myspace through code. Can someone tell me how to do this? Please try it yourself before replying, only because I have asked this a couple of times in...
3
by: satishknight | last post by:
Hi, Can some one tell me how to change the validation sequence for the code pasted below, actually what I want it when any one enters the wrong login information (already registered users) then it...
10
by: DavidPr | last post by:
When I logout as one user and log in under a different user, it opens with the last user's information. User 1 - Unsername: Davey Jones User 2 - Unsername: David Smith I log out from Davey...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.