Differences
This shows you the differences between the selected revisions of the page.
2015-07-31 | 2015-08-04 | ||
Session.SynchronizeDirectories for -neweronly (martin) | inconsistency of put when missign file mask (martin) | ||
Line 11: | Line 11: | ||
When specific file name is used, command fails when the file does not exist. When wildcard is used, command succeeds, without doing anything, if the wildcard does not match any file, by default (you can change this using ''[[scriptcommand_option|option failonnomatch on]]'' command). | When specific file name is used, command fails when the file does not exist. When wildcard is used, command succeeds, without doing anything, if the wildcard does not match any file, by default (you can change this using ''[[scriptcommand_option|option failonnomatch on]]'' command). | ||
+ | |||
+ | To upload all files in a directory, use mask ''*''. Using a path to the directory without mask, will upload the local directory as a subdirectory of the destination directory. | ||
See also ''[[scriptcommand_synchronize|synchronize]]'', if you need to transfer modified files only. | See also ''[[scriptcommand_synchronize|synchronize]]'', if you need to transfer modified files only. |