Differences
This shows you the differences between the selected revisions of the page.
| 2020-04-04 | 2020-06-23 | ||
| returns TransferEventArgs (martin) | example library_example_zip_and_upload (martin) | ||
| Line 51: | Line 51: | ||
| * The method upload files only. It throws when the source path points to a directory. | * The method upload files only. It throws when the source path points to a directory. | ||
| * The method throws an exception on error automatically. No need to [[library_session#results|call ''OperationResultBase.Check'']]. | * The method throws an exception on error automatically. No need to [[library_session#results|call ''OperationResultBase.Check'']]. | ||
| + | |||
| + | ==== Real-Life Examples ==== | ||
| + | |||
| + | * [[library_example_zip_and_upload|Pack files to ZIP archive and upload it]]. | ||