Re: SSH code sample (General questions)
I actually got it connected successfully to SFTP/SSH. But now I run into problem attempting to connect to a FTP/SSL (AUTH SSL) server.
From the Forum, it seems that I will have to set up the protocol to FTPSwithData.
But don't know how to do that. When I look at the content of the SftpEventsStruct structure, there is the following substructure that I don't known how to set them up:
(*CryptoInformation)(void *Sftp, char *Protocol, char *RemoteName, char *SCcipher, char *CScipher, char *Keys, BOOL
*Accept);
I wonder if I can just set *Prootcol up and leave everthing else null.
Jeff