Re: PowerShell – SFTP / $session.PutFiles - File transfer status
Use
https://winscp.net/eng/docs/library_operationresultbase#issuccess
See also
https://winscp.net/eng/docs/library_session#results
Or for some sample code, see
Recursively download directory tree with custom error handling
OperationResultBase.IsSuccess
:
https://winscp.net/eng/docs/library_operationresultbase#issuccess
See also
https://winscp.net/eng/docs/library_session#results
Or for some sample code, see
Recursively download directory tree with custom error handling