| Author |
Message |
Jacek Jurkowski
Guest
|
Posted:
Thu Jan 13, 2005 12:26 pm Post subject:
How to ... |
|
|
.... secure an FTP using SSL?
I've got a win2003server with
FTPServices and CAServices
running on it. How to secure
(by tuneling?) the FTP Transmision?
Any articles? samples? |
|
| Back to top |
|
 |
Jeff Cochran
Guest
|
Posted:
Fri Jan 14, 2005 10:22 pm Post subject:
Re: How to ... |
|
|
On Thu, 13 Jan 2005 07:26:06 +0100, "Jacek Jurkowski"
<jjurkowski@datacomp.szczecin.pl> wrote:
| Quote: | ... secure an FTP using SSL?
I've got a win2003server with
FTPServices and CAServices
running on it. How to secure
(by tuneling?) the FTP Transmision?
Any articles? samples?
|
Third party software. Microsoft's FTP doesn't support FTP over SSL or
Secure FTP.
Jeff |
|
| Back to top |
|
 |
Kingsley Jarrett
Guest
|
Posted:
Mon Jan 17, 2005 12:18 am Post subject:
Re: How to ... |
|
|
But aren't FTP and HTTPS Diffrent Protocols?
Jeff Cochran wrote:
| Quote: | Third party software. Microsoft's FTP doesn't support FTP over SSL or
Secure FTP. |
|
|
| Back to top |
|
 |
Phillip Windell
Guest
|
Posted:
Tue Jan 18, 2005 10:27 pm Post subject:
Re: How to ... |
|
|
"Kingsley Jarrett" <kj@simcitydepartmentstore.co.uk> wrote in message
news:e2hO3ZA$EHA.1452@TK2MSFTNGP11.phx.gbl...
| Quote: | But aren't FTP and HTTPS Diffrent Protocols?
|
Yes, but what does that have to do with it? FTP and SFTP (or FTPS?)are
different protocols too.
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com |
|
| Back to top |
|
 |
Steve Riley [MSFT]
Guest
|
Posted:
Sat Jan 22, 2005 6:46 am Post subject:
Re: How to ... |
|
|
Alas, SSL has nearly become synonymous with HTTPS.
SSL specifies a mechanism for authenticating endpoints, exchanging cryptographic
keys, and encrypting sessions. It is independent of any particular application
protocol.
Web servers that use SSL to protect traffic are speaking HTTPS, the "S" meaning
"secure." SSL can certainly work with many protocols, and indeed there are
implementations of POP3, IMAP4, FTP, and other protocols that all use SSL.
Our FTP server in IIS doesn't support FTPS.
A habit I've developed is never to use "SSL" when I mean "HTTPS." When I'm
talking about secure sessions between a web server and a browser, I always
say "HTTPS" because that's what it really is: HTTP over SSL.
Steve Riley
steriley@microsoft.com
| Quote: | But aren't FTP and HTTPS Diffrent Protocols?
Jeff Cochran wrote:
Third party software. Microsoft's FTP doesn't support FTP over SSL
or Secure FTP.
|
|
|
| Back to top |
|
 |
|
|
|
|