Differences
This shows you the differences between the selected revisions of the page.
2016-03-18 | 2016-03-31 | ||
5.8.2 Script or .NET assembly code can be generated for file transfers. (martin) | implementing recursive directory tree upload (martin) | ||
Line 44: | Line 44: | ||
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. | + | 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. See an example of [[library_example_moves_files_keeping_directory_structure|implementing recursive directory tree upload]]. |
===== Example ===== | ===== Example ===== |