library_vb » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2017-06-26 | 2018-04-12 | ||
| link updates (martin) | code wrapping for new design (martin) | ||
| Line 172: | Line 172: | ||
| Dim transferResult As TransferOperationResult | Dim transferResult As TransferOperationResult | ||
| - | Set transferResult = mySession.PutFiles("d:\toupload\*", "/home/user/", False, myTransferOptions) | + | Set transferResult = _ |
| + | ········mySession.PutFiles("d:\toupload\*", "/home/user/", False, myTransferOptions) | ||
| ' Throw on any error | ' Throw on any error | ||