Re: Problem with Session.PutFilesToDirectory Method
The
https://winscp.net/eng/docs/library_session_putfiletodirectory
There's no need to check "success" after
https://winscp.net/eng/docs/library_session_putfiletodirectory#remarks
Session.PutFileToDirectory
return TransferEventArgs
, not TransferOperationResult
.
https://winscp.net/eng/docs/library_session_putfiletodirectory
There's no need to check "success" after
Session.PutFileToDirectory
, as it would throw an exception on error:
https://winscp.net/eng/docs/library_session_putfiletodirectory#remarks