Differences
This shows you the differences between the selected revisions of the page.
| 2008-07-20 | 2008-07-20 | ||
| no summary (84.127.193.91) (hidden) | Restored revision 1207818575. Undoing revision 1216515196. (martin) (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 | ||
| - | # Dow | + | # Download all the files with the unique extension. |
| + | # 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 ===== | ||