RHS Feedback - USAF | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001453 | USAF | [All Projects] General | public | 2015-12-09 02:23 | 2016-11-22 10:52 |
Reporter | rogerx | ||||
Assigned To | Soul_Assassin | ||||
Priority | none | Severity | minor | Reproducibility | always |
Status | closed | Resolution | won't fix | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Is it a wish/request? | No | ||||
RHS version | |||||
Arma 3 version | 1.54 | ||||
Did you used any other mod when the error occurred? | No | ||||
Which mods? | |||||
Summary | 0001453: wget should use "--continue"! | ||||
Description | FILE: update_rhsusf.bat -- wget -m -nH --cut-dirs=2 --retry-connrefused --timeout=30 ftp://ftp.rhsmods.org/beta/rhsusaf/ [^] ++ wget --continue --cut-dirs=2 --mirror --no-host-directories --retry-connrefused --timeout=30 ftp://ftp.rhsmods.org/beta/rhsusaf/ [^] 1) Added "--continue" parameter. (For obvious reasons, stopping a download should not have to revert to downloading for the first byte! Reduces server loads.) 2) I also switched "-nH" short option for the long option "--no-host-directories". The same with "-m", the long option being "--mirror". A underlying rule for short/long options, use the short options when typing via command line for less typing, and the long options for use within script files for easier reading. 3) Alphabetized wget's used parameters. Implementation of "--continue" should likely be the priority, versus the other changes which are basically cosmetic, but dictate good coding style. ;-) | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-12-09 02:23 | rogerx | New Issue | |||
2015-12-09 08:19 | RedPhoenix | Assigned To | => Soul_Assassin | ||
2015-12-09 11:15 | Soul_Assassin | Note Added: 0002987 | |||
2015-12-09 11:15 | Soul_Assassin | Status | new => acknowledged | ||
2016-11-22 10:52 | Soul_Assassin | Note Added: 0005551 | |||
2016-11-22 10:52 | Soul_Assassin | Status | acknowledged => closed | ||
2016-11-22 10:52 | Soul_Assassin | Resolution | open => won't fix |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|