cismet / cids-navigator

Java Swing Client for the cids system.
GNU General Public License v3.0
3 stars 0 forks source link

Download Manager: wrong handling of duplicate downloads #100

Open p-a-s-c-a-l opened 10 years ago

p-a-s-c-a-l commented 10 years ago

When downloading a file that already exist in the local file system, download manager renames the duplicate file but appends a number to the file extension, not to the file name. e.g. If M3026486.tif exists, a new download of M3026486.tif is renamed to M3026486.(2)tif instead of M3026486(2).tif

downloadmanager

p-a-s-c-a-l commented 10 years ago

There are also problems with files that contain whitespaces, e.g. http://eusoils.jrc.ec.europa.eu/projects/Biochar/Documents/Biochar_Meta-analysis_%20Database.zip

The file cannot be opened from Downloadmanager when it is stored in the local file system:

downloadmanager

java.io.IOException: Failed to open file:///C:/Users/pascal/cidsDownload/Biochar_Meta-analysis_%20Database.zip. Error message: Das System kann die angegebene Datei nicht finden

p-a-s-c-a-l commented 10 years ago

Now, the download manager removes the last dot of a downloaded file.

Example 1 Filename on Webserver: rx5dayETCCDI_yr_MIROC5_historical_r2i1p1_1850-2012.pdf Filename after download: rx5dayETCCDI_yr_MIROC5_historical_r2i1p1_1850-2012pdf

Example 2 Filename on Webserver: rx5dayETCCDI_yr_MIROC5_historical_r2i1p1_1850-2012.nc.pdf Filename after download: rx5dayETCCDI_yr_MIROC5_historical_r2i1p1_1850-2012.ncpdf Filename after 2nd download: rx5dayETCCDI_yr_MIROC5_historical_r2i1p1_1850-2012.nc(2)pdf

p-a-s-c-a-l commented 9 years ago

das 1te Mal ging schief.Fehler beim Oeffnen von:C:\Users\pascal\cidsDownload\Land-use%20(EHYPEv2pt5).xlsx Letzter Versuch java.net.URISyntaxException: Illegal character in opaque part at index 2: C:\Users\pascal\cidsDownload\Land-use%20(EHYPEv2pt5).xlsx

Auch das 2te Mal ging schief.Fehler beim Oeffnen von:file://C:/Users/pascal/cidsDownload/Land-use%20(EHYPEv2pt5).xlsx java.io.IOException: Failed to open file:///C:/Users/pascal/cidsDownload/Land-use%20(EHYPEv2pt5).xlsx. Error message: Das System kann die angegebene Datei nicht finden.