Differences
This shows you the differences between the selected revisions of the page.
2006-06-05 | 2006-06-05 | ||
typography (martin) | dot (martin) | ||
Line 31: | Line 31: | ||
<code winscp> | <code winscp> | ||
- | # Make copy of the remote file to temporary timestamped file | + | # Make copy of the remote file to temporary timestamped file. |
# Also add unique extension to easily find the file in the temporary directory. | # Also add unique extension to easily find the file in the temporary directory. | ||
call cp /home/user/examplefile.txt /tmp/examplefile.`date +%Y%m%d%H%M%S`.unique | call cp /home/user/examplefile.txt /tmp/examplefile.`date +%Y%m%d%H%M%S`.unique |