Re: SSL/SSH connection ??



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


.



Relevant Pages

  • Re: SSL/SSH connection ??
    ... Well I need to create an app that will transfer files from one computer to ... I know how to do it for FTP but don't have a clue ... do I have to transfer files in SSL ... Kris ...
    (microsoft.public.dotnet.languages.vc)
  • Re: SSL / SSH connection ??
    ... Kristijan Marin wrote: ... > I have a project to do, that has to transfer files over SSL/SSH ... > connection.(FTP over SSL or some other method) ...
    (microsoft.public.vc.language)
  • HOW: SSL/SSH connection ??
    ... I have a project to do, that has to transfer files over SSL/SSH ... connection.(FTP over SSL or some other method) ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vc)
  • HOW: SSL / SSH connection ??
    ... I have a project to do, that has to transfer files over SSL/SSH ... connection.(FTP over SSL or some other method) ... Prev by Date: ...
    (microsoft.public.vc.language)
  • Re: SSL/SSH connection ?
    ... > I have a project to do, that has to transfer files over SSL/SSH ... > connection.(FTP over SSL or some other method) ... Prev by Date: ...
    (microsoft.public.vc.mfc)