Differences
This shows you the differences between the selected revisions of the page.
| 2008-05-09 | 2008-07-20 | ||
| Restored revision 1207818575. Undoing revision 1210323825. (martin) (hidden) | no summary (84.127.193.91) (hidden) | ||
| Line 55: | Line 55: | ||
| # with unique extension to easily find the file in the temporary directory. | # with unique extension to easily find the file in the temporary directory. | ||
| call cp `ls -t | head -1` /tmp/`ls -t | head -1`.latest | call cp `ls -t | head -1` /tmp/`ls -t | head -1`.latest | ||
| - | # Download all the files with the unique extension. | + | # Dow |
| - | # There should be only one, the one just created. | + | |
| - | # While downloading, remove the unique extension. | + | |
| - | get /tmp/*.latest *. | + | |
| - | # Remove the temporary file. | + | |
| - | rm /tmp/*.latest | + | |
| - | exit | + | |
| - | </code> | + | |
| ===== [[local_move]] Moving local files to different location after upload ===== | ===== [[local_move]] Moving local files to different location after upload ===== | ||