Hello,
I am working on a windows service that should upload files to FTP Server over SSH.
Environment: VS 2008, C#
I have worked with uploading files using edtftpnet 1.3.0 before but have not yet used the SSH
I found out through the edtFTPnet help that I need add the following for SSH:
ftpConnection1.Protocol = FileTransferProtocol.SFTP;
But I still don't know how to generate key, I tried to search the edtFTPnet for "key" but unfortunately, have found no results.
I need to generate public key and private key
Could you please help me on the matter.
Thanks.