Re: Strange Encryption Request? (General questions)
Andy,
What you're reffering to is SFTP protocol using Public/Privatekey Authentication. Am I correct?
If so, then you need to set Protocol property to SFTP, and Authentication property to PublicKey.
You will also need to load the PrivateKey into wodFtpDLX.Net's PrivateKey property. You will need to provide it in XML format which is native to .Net components. In order to convert it to XML, you can use our wodKeyManager (available here).
Please notice that what I'm talking about is SFTP protocol. There is also FTPS, but in that case Certificate authentication is used, not Public/PrivateKey.
If I misunderstood you, please correct me.
regards,
Damba
Complete thread:
- Strange Encryption Request? - AndyBrunnock, 2008-11-04, 15:57
- Re: Strange Encryption Request? - wodDamir, 2008-11-04, 16:05
- Re: Strange Encryption Request? - AndyBrunnock, 2008-11-04, 16:13
- Re: Strange Encryption Request? - wodDamir, 2008-11-04, 16:05