Differences
This shows you the differences between the selected revisions of the page.
| 2020-04-04 | 2020-04-04 | ||
| Unlike the PutFiles* versions this method returns TransferEventArgs instead of TransferOperationResult (104.129.194.243) | returns TransferEventArgs (martin) | ||
| Line 6: | Line 6: | ||
| ===== Syntax ===== | ===== Syntax ===== | ||
| <code csharp *> | <code csharp *> | ||
| - | public TransferOperationResult PutFileToDirectory( | + | public TransferEventArgs PutFileToDirectory( |
| string localFilePath, | string localFilePath, | ||
| string remoteDirectory, | string remoteDirectory, | ||
| Line 20: | Line 20: | ||
| Optional remove As Boolean = False, | Optional remove As Boolean = False, | ||
| Optional options As TransferOptions = Nothing | Optional options As TransferOptions = Nothing | ||
| - | ) As TransferOperationResult | + | ) As TransferEventArgs |
| </code> | </code> | ||