Differences
This shows you the differences between the selected revisions of the page.
2021-06-18 | 2021-08-09 | ||
5.19 stable has been released (martin) | resume/append has no effect when streaming (martin) | ||
Line 28: | Line 28: | ||
| ''-==delete=='' | Delete source remote file(s) after a successful transfer. | | | ''-==delete=='' | Delete source remote file(s) after a successful transfer. | | ||
| ''-==latest=='' | Download the latest file from the files selected by the ''file'', ''file2'' ... parameters (typically [[file_mask|file masks]]) only. | | | ''-==latest=='' | Download the latest file from the files selected by the ''file'', ''file2'' ... parameters (typically [[file_mask|file masks]]) only. | | ||
- | | ''-==resume=='' | Automatically resume transfer if possible ((Applies for individual files transfers only. It does not skip transfer of fully transferred files. For that, combine the switch with ''-neweronly''.)) ([[SFTP]] and [[FTP]] protocols only). Cannot be combined with ''-append''. | | + | | ''-==resume=='' | Automatically resume transfer if possible ((Applies for individual files transfers only. It does not skip transfer of fully transferred files. For that, combine the switch with ''-neweronly''.)) ([[SFTP]] and [[FTP]] protocols only). \\ Cannot be combined with ''-append''. Has no effect when streaming (''-'' target). | |
- | | ''-==append=='' | Append source file to the end of target file ([[sftp|SFTP protocol]] only). Cannot be combined with ''-resume''. | | + | | ''-==append=='' | Append source file to the end of target file ([[sftp|SFTP protocol]] only). \\ Cannot be combined with ''-resume''. Has no effect when streaming (''-'' target). | |
| ''-==preservetime=='' | Preserve timestamp. | | | ''-==preservetime=='' | Preserve timestamp. | | ||
| ''-==nopreservetime=='' | Do not preserve timestamp. | | | ''-==nopreservetime=='' | Do not preserve timestamp. | |