Sakshi - 2012-07-24

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