Differences
This shows you the differences between the selected revisions of the page.
2015-03-10 | 2015-07-22 | ||
suggest using TransferOptions.FileMask instead of wildcard (martin) | library_example_recursive_download_custom_error_handling (martin) | ||
Line 40: | Line 40: | ||
===== Remarks ===== | ===== Remarks ===== | ||
Event ''[[library_session_filetransferred|Session.FileTransferred]]'' is raised for every uploaded file. | Event ''[[library_session_filetransferred|Session.FileTransferred]]'' is raised for every uploaded file. | ||
+ | |||
+ | The upload aborts on the first error. See example on [[library_example_recursive_download_custom_error_handling|implementing recursive directory tree download with custom error handling]], uploads can be implemented similarly too. | ||
===== Example ===== | ===== Example ===== |