Differences
This shows you the differences between the selected revisions of the page.
2020-12-03 | 2020-12-08 | ||
library_session_filetransferprogress (martin) | there's no escaping needed for local paths - related to Bug 1931 (martin) | ||
Line 46: | Line 46: | ||
Contrary to [[library_session_putfiles|''Session.PutFiles'']]: | Contrary to [[library_session_putfiles|''Session.PutFiles'']]: | ||
- | * You specify a path to the source file, not a [[library_wildcard|wildcard]], so you do not need to escape a literal file name. | ||
* You do not specify a target name (or an operation mask) in the destination path (original names are preserved when uploading). | * You do not specify a target name (or an operation mask) in the destination path (original names are preserved when uploading). | ||
* You do not need to make sure that the target directory path ends with a slash. | * You do not need to make sure that the target directory path ends with a slash. |