PC Review


Reply
Thread Tools Rate Thread

ASP.NET login page to FTP ???

 
 
Luiz Vianna
Guest
Posts: n/a
 
      1st Jun 2007
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(E-Mail Removed), 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
 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      1st Jun 2007
http and ftp are different protocols. you can not pass login from one to
the other (except for obsolete userass 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(E-Mail Removed), 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

 
Reply With Quote
 
Larry Bud
Guest
Posts: n/a
 
      1st Jun 2007

> 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...@ftp.me.com, but this do not work on IE7.


Why doesn't that work? Works for me.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
login page stays on login page Shannon Microsoft ASP .NET 2 9th Jan 2008 10:51 PM
Specify login page other than Login.aspx vikramp Microsoft ASP .NET 2 20th Oct 2006 09:59 PM
asp:login w/ ASP.NET 2.0 -- still can't get basic login page to work Sasquatch Microsoft ASP .NET 2 4th Oct 2006 05:04 PM
Can't create simple login page using asp:login control Sasquatch Microsoft ASP .NET 2 3rd Oct 2006 10:22 PM
Forms Login Page Not Login Out Hermit Dave Microsoft ASP .NET 5 13th Jan 2004 07:14 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:34 AM.