Re: .NET and FTP on IIS question
From: Kristofer Gafvert (kgafvert_at_NEWSilopia.com)
Date: 03/04/05
- Next message: djoledjole: "Re: Sorting virtual directories"
- Previous message: Kristofer Gafvert: "Re: ws2004 with isa serve domainname.com or domainname.local"
- In reply to: Maziar Aflatoun: ".NET and FTP on IIS question"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 04 Mar 2005 06:01:49 -0800
Hi,
The FTP server in Windows Server is using Windows accounts for
authentication. So i belive that the answer to your question is that it is
not possible with Windows' FTP server.
You should be able to build (by code) your own FTP Server that works
exactly the way you want.
But i'm not sure i have understood what you want to do. What do you mean
by "Also, we don't want our users just go our FTP server"? How are your
users supposed to download anything from your FTP server if you dont want
them to go there?
-- Regards, Kristofer Gafvert www.gafvert.info - My Articles and help www.ilopia.com Maziar Aflatoun wrote: > 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: djoledjole: "Re: Sorting virtual directories"
- Previous message: Kristofer Gafvert: "Re: ws2004 with isa serve domainname.com or domainname.local"
- In reply to: Maziar Aflatoun: ".NET and FTP on IIS question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|