Differences
This shows you the differences between the selected revisions of the page.
2017-01-07 | 2017-01-18 | ||
properties explicit anchor (martin) | explicit anchor use (martin) | ||
Line 23: | Line 23: | ||
===== [[properties]] Properties ===== | ===== [[properties]] Properties ===== | ||
^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
- | | string ==FileMask== | [[ui_transfer_custom#other_options|File mask]]. | | + | | string ==FileMask== | [[ui_transfer_custom#other|File mask]]. | |
| [[library_filepermissions|FilePermissions]] ==FilePermissions== | Permissions to applied to a remote file (used for uploads only). Use default ''null'' to keep default permissions. | | | [[library_filepermissions|FilePermissions]] ==FilePermissions== | Permissions to applied to a remote file (used for uploads only). Use default ''null'' to keep default permissions. | | ||
| OverwriteMode ==OverwriteMode== | Behavior when overwriting existing files. \\ Possible values are: \\ ''OverwriteMode.Overwrite'' (default) to overwrite the existing files. \\ ''OverwriteMode.Resume'' to assume that the existing and smaller file is a remnant of an interrupted transfer and resumes the transfer. [[SFTP]] and [[FTP]] protocols only. \\ ''OverwriteMode.Append'' to append the source file to the end of existing target file. [[sftp|SFTP protocol]] only. | | | OverwriteMode ==OverwriteMode== | Behavior when overwriting existing files. \\ Possible values are: \\ ''OverwriteMode.Overwrite'' (default) to overwrite the existing files. \\ ''OverwriteMode.Resume'' to assume that the existing and smaller file is a remnant of an interrupted transfer and resumes the transfer. [[SFTP]] and [[FTP]] protocols only. \\ ''OverwriteMode.Append'' to append the source file to the end of existing target file. [[sftp|SFTP protocol]] only. | |