Re: SSH code sample - WeOnlyDo Discussion board

Re: SSH code sample (General questions)

by jmlynn, Friday, October 17, 2008, 22:31 (5880 days ago) @ woddrazen

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


Complete thread: