Hi,
My question is if I can be sure that when using the
Task DownloadAsync(string remotePath, string localDirectoryPath, TraversalMode traversalMode, TransferMethod transferMethod, ActionOnExistingFiles existingFileMode, object state = null)
function with TransferMethod = Move, items are only deleted in the source server if they were successfully downloaded to the targeted local folder.
If an internal exception happens in Regex.Sftp (for example "Rebex.Net.SftpException: Error when retrieving items from a remote directory ('DirName'). Failure."), can I be sure that the source file was NOT deleted?
Version: Rebex SFTP (2018 R4) for .NET 4.0-4.7
Thank you!