Re: SSL/SSH connection ??
- From: "Carl Daniel [VC++ MVP]" <cpdaniel_remove_this_and_nospam@xxxxxxxxxxxxxxx>
- Date: Fri, 26 Aug 2005 06:47:46 -0700
Kristijan Marin wrote:
> Hi,
>
> I have a project to do, that has to transfer files over SSL/SSH
> connection.(FTP over SSL or some other method)
> I searched a lot but didn't find anything usefull :((
>
> Has anyone any clues how to do that ??
A couple of resources:
www.openssl.org
OpenSSL is an open source library that provides SSL/SSH facilities.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthn/security/sspi.asp
SSPI is the part of the Windows Platform SDK that you'd use to build and SSH
program using the built-in Windows security providers.
http://en.wikipedia.org/wiki/SSH_file_transfer_protocol
A description of SFTP. SFTP is a file transfer protocol that operates
through an SSH tunnel. It's not really related to FTP.
http://winscp.net/eng/index.php
WinSCP is an open-source SFTP client for Windows.
http://en.wikipedia.org/wiki/FTPS
FTPS is standard FTP over an SSL connection.
http://www.ford-hutchinson.com/~fh-1-pfh/ftps-ext.html
Some up to date references on ftps.
And finally
www.google.com
where you could have found all of the above yourself with a few keystrokes
and a mouse-click or two.
-cd
.
- References:
- HOW: SSL/SSH connection ??
- From: Kristijan Marin
- HOW: SSL/SSH connection ??
- Prev by Date: Re: For those interested in all .NET languages, not just C++...
- Next by Date: Re: Debug problems with Visual C++ 6.0
- Previous by thread: Re: HOW: SSL/SSH connection ??
- Next by thread: RE: HOW: SSL/SSH connection ??
- Index(es):
Relevant Pages
|