Hi Team
I want to download a file from Mainframe server to windows server using Rebex sftp password and password less approach. How to do it ?
For "with password" approach, I am getting error "No Such a file;No such file", do you know why ?
Sftp objsftp = null;
objsftp= new Sftp();
objsftp.Connect("servername");
objsftp.Login("ftpuser", "password");
objsftp.GetFile("'N845.N8451EXP.EXPINFO(+0)'", @"D:\test\FromMainframe.text");
Also in order to achieve this sftp passwordless, what needs to be done ?
Please let me know if you have any suggestions. Its very urgent.
Regards
Sarang Deshpande