Re: Hi,Specifics chars in filenames with sFTP downloads.
You have to escape the
See: https://winscp.net/eng/docs/file_mask#basic
If you are using WinSCP .NET assembly, you should use
https://winscp.net/eng/docs/library_remotepath_escapefilemask
[
.
See: https://winscp.net/eng/docs/file_mask#basic
If you are using WinSCP .NET assembly, you should use
RemotePath.EscapeFileMask
on all literal paths:
https://winscp.net/eng/docs/library_remotepath_escapefilemask