Differences
This shows you the differences between the selected revisions of the page.
2020-12-03 | 2022-01-19 | ||
library_session_filetransferprogress (martin) | rm false claim (martin) | ||
Line 51: | Line 51: | ||
* The method downloads files only. It throws when the source path points to a directory. | * The method downloads 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'']]. | ||
- | * If the target local directory does not exist, it is created. | ||