When i download file from Sftp ,after downloading it gets deleted from there. i don't want the files to be deleted from the server .Can anybody tell me solution? here is my code:-
Sftp objSftp = new Sftp(sftp,username , password);
objSftp.Connect();
objSftp.Get(sftpDownloadPath , localPath);
Thanks & Regards,
Sakshi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When i download file from Sftp ,after downloading it gets deleted from there. i don't want the files to be deleted from the server .Can anybody tell me solution? here is my code:-
Sftp objSftp = new Sftp(sftp,username , password);
objSftp.Connect();
objSftp.Get(sftpDownloadPath , localPath);
Thanks & Regards,
Sakshi