Differences
This shows you the differences between the selected revisions of the page.
2008-10-13 | 2011-07-30 | ||
task_synchronize (martin) | sftp (martin) | ||
Line 9: | Line 9: | ||
When //Preserve deleted remote files to recycle bin// is checked deleted files are moved to specified remote directory (recycle bin) instead of actually deleting them. | When //Preserve deleted remote files to recycle bin// is checked deleted files are moved to specified remote directory (recycle bin) instead of actually deleting them. | ||
- | When //Preserve overwritten remote files to recycle bin// is checked, the remote file is moved to specified remote directory (recycle bin) before being overwritten by [[task_upload|uploaded]] file. The option is supported only with [[protocols|SFTP protocol]]. | + | When //Preserve overwritten remote files to recycle bin// is checked, the remote file is moved to specified remote directory (recycle bin) before being overwritten by [[task_upload|uploaded]] file. The option is supported only with [[sftp|SFTP protocol]]. |
The file, when it is moved to remote recycle bin, is renamed to include deletion timestamp in the filename. For example ''test.txt'' deleted on New Year Eve 2005 is renamed to ''test-20050101-000000.txt''. | The file, when it is moved to remote recycle bin, is renamed to include deletion timestamp in the filename. For example ''test.txt'' deleted on New Year Eve 2005 is renamed to ''test-20050101-000000.txt''. |