Differences
This shows you the differences between the selected revisions of the page.
2017-01-11 | 2017-05-12 | ||
rename explicit anchor (martin) | script_downloading_when_done_file_exists (martin) | ||
Line 5: | Line 5: | ||
Common workarounds are: | Common workarounds are: | ||
- | - Upload "done" file once an upload of data files finishes and have the automated system wait for the "done" file before processing the data files. This is easy solution, but won't work in multi-user environment. | + | - Upload "done" file once an upload of data files finishes and [[script_downloading_when_done_file_exists|have the automated system wait for the "done" file before processing the data files]]. This is easy solution, but won't work in multi-user environment. |
- Upload data files to temporary ("upload") folder and move them atomically to target folder once the upload finishes. | - Upload data files to temporary ("upload") folder and move them atomically to target folder once the upload finishes. | ||
- Upload data files to distinct temporary name, e.g. with ''.filepart'' extension, and rename them atomically once the upload finishes. Have the automated system ignore the ''.filepart'' files. | - Upload data files to distinct temporary name, e.g. with ''.filepart'' extension, and rename them atomically once the upload finishes. Have the automated system ignore the ''.filepart'' files. |