Sydem
Fri Dec 10 13:17:04 CST 2004
Thanks so much everyone for your input. I see I have several options now.
Thank you.
"Alun Jones [MSFT]" wrote:
> "Keith Langmead" <klangmead@nospam.kms.co.uk> wrote in message
> news:eMgoQYt3EHA.3572@TK2MSFTNGP10.phx.gbl...
> > Actually there is such a thing as Secure FTP (sftp), and it's part of the
> > ssh protocol suite. It works on ports 989 and 990 (rather than 20 and 21
> > with ftp). Don't think IIS supports it though (I could be wrong though, as
> > I
> > don't actually use IIS's ftp on any of my servers), but there are plenty
> > of
> > companies who produce sftp server and client apps which you could use, for
> > instance I use
http://www.serv-u.com/, but there are plenty of others.
>
> There's some significant correction to be made to your post - please don't
> take offence.
>
> SFTP is not related to FTP. As you say, it _is_ part of the SSH protocol
> suite, and we have no plans currently to support it.
>
> FTPS, on the other hand, _is_ related to FTP. It's a relatively simple, yet
> secure, adoption of SSL / TLS under the FTP protocol itself. This makes it
> compatible across a wide range of FTP clients and servers, and it's
> something we plan on including in the next version of IIS. There are
> several third party clients and servers that already implement FTPS - it
> would be inappropriate for me to recommend any of these, but I'm sure that
> there are several people here with their own opinions. What's of interest
> to IIS users currently is that there are 'wrappers' or proxies for FTPS to
> FTP. You can use these to wrap an existing FTP server or FTP client to
> provide FTPS capability.
>
> You can find a detailed list of FTPS implementations - clients, servers, and
> proxies - at
http://www.ford-hutchinson.com/~fh-1-pfh/ftps-ext.html
>
> FTPS is the owner of port 990, but the use of port 990 has been deprecated.
> It is far more appropriate to use port 21 and the AUTH commands to go from
> FTP to FTPS.
>
> Alun.
> ~~~~
> --
> Software Design Engineer, Internet Information Server (FTP)
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>