.NET and FTP on IIS question
From: Maziar Aflatoun (maz00_at_rogers.com)
Date: 03/03/05
- Next message: L. Hummel: "Re: Unable to create web project -- Access denied."
- Previous message: Marcin Zmyslowski: "Re: Too many users logged"
- Next in thread: Jeff Cochran: "Re: .NET and FTP on IIS question"
- Reply: Jeff Cochran: "Re: .NET and FTP on IIS question"
- Reply: Kristofer Gafvert: "Re: .NET and FTP on IIS question"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Mar 2005 17:02:18 -0500
Hi,
We currently have our site/ftp hosted remotely. What we want to do is this,
- Store all of our user credentials in SQL Server (done)
- Allow users to authenticate with SQL Server (done)
- Allow them to download specific files once they are authenticated through
FTP (????)
How can I setup a secure download section? Is it possible to start FTP
(authentication) from code (C# .NET) and then pass it over to users browser?
I don't want to send the FTP username/password as
ftp://username:password@www.site.com/downloads/ . Also, we don't want our
users just go our FTP server. Is there is an alternative approach? Any
suggetions
Thank you
Maz.
- Next message: L. Hummel: "Re: Unable to create web project -- Access denied."
- Previous message: Marcin Zmyslowski: "Re: Too many users logged"
- Next in thread: Jeff Cochran: "Re: .NET and FTP on IIS question"
- Reply: Jeff Cochran: "Re: .NET and FTP on IIS question"
- Reply: Kristofer Gafvert: "Re: .NET and FTP on IIS question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|