Code segment, using keys (wodSFTP / wodSFTP.NET / wodSFTPdll)
I'm trying to implement keys within powerbuilder
you have a code segment that says
ftp1.hostname = your_hostname
ftp1.authentication = authCertificate
ftp1.login = your_login
ftp1.protocol = SFTP
ftp1.connect
I don't see where in that code segment, SFTP and authCertificate
are defined
the code segment, I'm talking about is
http://www.weonlydo.com/index.asp?kb=1&View=entry&EntryID=50
can you give me some ideas?