Possible TransferResult Bug
Martin,
I think that I either found a bug or am unclear on intent of the
WinSCP v5.7.0.0
Win2k12R2
Using automation along with Tom Malkewitz's WinSCP Powershell Module (https://github.com/tomohulk/WinSCP)
SFTP transfer protocol
If I try to download a file, say
I think that I either found a bug or am unclear on intent of the
TransferResult
output.
WinSCP v5.7.0.0
Win2k12R2
Using automation along with Tom Malkewitz's WinSCP Powershell Module (https://github.com/tomohulk/WinSCP)
SFTP transfer protocol
If I try to download a file, say
/remotedir/remotefile[1].pdf
, the TransferOperationResult.IsSuccess
reports True
, even though the file was not downloaded to the local location. If I escape that path using the EscapeFileMask
, which makes the new path /remotedir/remotefile[[]1].pdf
the download works as expected and the local file is named c:\localdir\localfile[1].pdf
as expected.