Does this delete work in FTP?
session.GetFiles(RemotePath + "/" + fileInfo.Name, LocalPath + fileInfo.Name, true).Check();
this works when I coded for SFTP. But the same for FTP is not making the delete on the server. Is there any other parameters needed?
this works when I coded for SFTP. But the same for FTP is not making the delete on the server. Is there any other parameters needed?