JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 05.05.2023, 16:45
schach schach is offline
Baby Loader
 
Join Date: Mar 2023
Posts: 8
Default Download of several files from WCS server

Hi, I want to download several .tif files from a WCS server. For example the following 3 URLs:

**External links are only visible to Support Staff****External links are only visible to Support Staff**

**External links are only visible to Support Staff****External links are only visible to Support Staff**

**External links are only visible to Support Staff****External links are only visible to Support Staff**

I add them by "Add & deep analyse links from clipboard"

The problem is, that JDownloader is only able to download the 1st file, and then stops by deleting all other URLs from its download list.
Do you have an idea how to download all 3 files?
Reply With Quote
  #2  
Old 05.05.2023, 17:00
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,086
Default

I guess the main issue is that all 3 ".tiff" files have the same filename(?)
Are those 3 different files?
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #3  
Old 05.05.2023, 17:18
schach schach is offline
Baby Loader
 
Join Date: Mar 2023
Posts: 8
Default

You are right. A WCS server delivers different geographic files based on the URL-parameters. Just the file name stays the same (a default name). So the file name is the same, but the file content is different.

It would be ok if JOSM automatically uses another file name in the case a file is already present. For example: "dtm_75m.tif" , "dtm_75m (2).tif, "dtm_75m (3).tif"

JD's settings > General > "If the file already exists" = "Auto rename" but this doesn't help in this case.
Reply With Quote
  #4  
Old 05.05.2023, 17:30
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,086
Default

Why does this not help in this case?

I know you wrote, JD would just "remove" those URLs but this will also only happen if you tell it to.
Check Settings -> Remove finished downloads -> Never

Also, you could create a Packagizer rule to e.g. include some of the URL-parameters in those filenames, resulting in unique filenames.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #5  
Old 05.05.2023, 21:00
schach schach is offline
Baby Loader
 
Join Date: Mar 2023
Posts: 8
Default

Quote:
Originally Posted by pspzockerscene View Post
I know you wrote, JD would just "remove" those URLs but this will also only happen if you tell it to.
Check Settings -> Remove finished downloads -> Never
I tried this setting, but only the 1st file is downloaded. The other two not with an orange checkmark within the "Status" column (instead of a green one) and the message "Finished(Mirror)"

Are you able to download all 3 files?
Reply With Quote
  #6  
Old 08.05.2023, 12:52
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,086
Default

Quote:
Originally Posted by schach View Post
Are you able to download all 3 files?
No not when using the default settings.

My suggestion is to make sure that each of those files gets a different filename by using a Packagizer rule.

If you don't want that and prefer auto rename to be used, try this:
Settings -> Advanced Settings ->
Code:
GeneralSettings.mirrordetectiondecision
--> Set this to DISABLED
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #7  
Old 08.05.2023, 14:21
schach schach is offline
Baby Loader
 
Join Date: Mar 2023
Posts: 8
Default

Thanks, I'm using the "Settings" method with auto renaming, and it works!
Reply With Quote
  #8  
Old 08.05.2023, 14:23
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,086
Default

Thanks for your feedback.

Please keep in mind that we do not recommend, permanently leaving the setting "mirrordetectiondecision" disabled.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #9  
Old 08.05.2023, 22:47
schach schach is offline
Baby Loader
 
Join Date: Mar 2023
Posts: 8
Default

I've got another question:

As I wrote above I'm, just able to add these links by "Add & deep analyse links from clipboard".
In this case JD seems to connect to the server to do some checks (if the file is available, its name etc.) before it adds the final links to Linkgrabber.

This could be a time-consuming (and maybe also be a challenge for the WCS-server) if I want to add hundreds of files.

Is there a method to add all these links from clipboard without doing the online-checks before, and paste them to the LinkGrabber instantly ?

I already deactivated: Advanced Settings > "linkcollector" > "do link check" , but this seems not to work in this case.

Last edited by schach; 08.05.2023 at 22:52.
Reply With Quote
  #10  
Old 09.05.2023, 10:12
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,086
Default

Quote:
Originally Posted by schach View Post
Is there a method to add all these links from clipboard without doing the online-checks before, and paste them to the LinkGrabber instantly ?
Yes.

You were already on the right path.
Additionally to what you did, you need to modify those URLs in beforehand so that JD force-takes them as single direct-URLs which will skip the deep-parser.
Simply add "direct**External links are only visible to Support Staff** in front of each URL (yes, they will contain "http:.." two times then) to do that.
Example:
Code:
directh__p://h__p://.../50Mo.dat
(Replace "__" with "tt" - I only did this to work around our forum URL-hiding.)
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #11  
Old 09.05.2023, 10:46
schach schach is offline
Baby Loader
 
Join Date: Mar 2023
Posts: 8
Default

Thanks - working perfect!
Reply With Quote
  #12  
Old 09.05.2023, 10:50
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,086
Default

Thanks for your feedback.

By the way it could also be possible to use a LinkCrawler rule of type DIRECTHTTP for this so you do not have to modify the URLs before.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 15:36.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.