| Type: | Bug | Severity: | Major | Status: | Closed Fixed | Status Comment: | Fixed in 3.22 | Title: | Add warning requester if file exists in download destination | Version: | 3.21 | Navigate: 1-3
joerg | Re: Add warning requester if file exists | 20091227 10:21 | | I've added a requester with a) and b), c) can be done in the ASL requester. Resuming downloads isn't supported by OWB. | | |
|
Cyborg | Re: Add warning requester if file exists | 20091229 09:13 | | @joerg
Thanks!
This is already far better.
But to clarify: I meant to specify a new name for the *new* file. I.e. I have file1.lha in RAM:, now I want to download another "file1.lha". With my proposed option c) I could just rename it to "file1-new.lha" *before* the download starts and the other file is overwritten. But of course, that isn't that important.
Err.. are you sure that OWB (its WebKit implementation likely?) doesn't support something basic like HTTP resume? I mean, that isn't much more than telling the server which range (other than 0 - EOF) you want to get from a bytestream.. | | |
|
joerg | Re: Add warning requester if file exists | 20091229 18:50 | | @Cyborg
But to clarify: I meant to specify a new name for the *new* file. I.e. I have file1.lha in RAM:, now I want to download another "file1.lha". With my proposed option c) I could just rename it to "file1-new.lha" *before* the download starts and the other file is overwritten. |
| What's the problem with changing the name in the ASL file requester?
Err.. are you sure that OWB (its WebKit implementation likely?) doesn't support something basic like HTTP resume? |
| Yes.
I mean, that isn't much more than telling the server which range (other than 0 - EOF) you want to get from a bytestream.. |
| The AmigaOS port of OWB uses libcurl (other versions can use Qt network functions or libsoup instead) which of course supports resuming downloads, but OWB doesn't. | | |
| Navigate: 1-3
|
|