@paolafrancesca commented on GitHub:
@khvnhtung the right tag is v1.1.6
please, use dutchcoders/transfer.sh:vX.Y.Z instead of latest since you'll be sure to have a proper release
@paolafrancesca commented on GitHub:
@khvnhtung please, provide some steps to reproduce the issue. maybe a screenshot as well in the preview page with the download button there should be the…
@paolafrancesca commented on GitHub:
it seems that lstat on the saved file (that will return the content type of the file to enable content preview) fails when running in the docker container:…
@khvnhtung commented on GitHub:
<img width="1125" alt="Screen Shot 2020-03-15 at 21 10 00" src="https://user-images.githubusercontent.com/33808069/76703087-55c7b100-6701-11ea-818c-d91b9cb22261.png…
@crabvk commented on GitHub:
Try to add trailing slashes, one for location location /transfer/, another for proxy_pass proxy_pass http://vps_ip:8081/;
Also remove Upgrade header.
Or you…
@HamedSepehr commented on GitHub:
Try to add trailing slashes, one for location
location /transfer/, another for proxy_passproxy_pass http://vps_ip:8081/;Also removeUpgrade…
@paolafrancesca commented on GitHub:
I can confirm that wget -c works properly
@HamedSepehr commented on GitHub:
I don't how I should test that...
So far I have tested aria2c -c, wget -c and IDM and none of them was able to resume download.
@paolafrancesca commented on GitHub:
thanks @vyachkonovalov for the support
@paolafrancesca commented on GitHub:
@HamedSepehr I assume that you are talking about your own hosted service, not the one on https://transfer.sh
@paolafrancesca commented on GitHub:
if the request for the resumed download has Range header it should work out of the box, can you please test?
@crabvk commented on GitHub:
--listener's value has a colon before port number. I spent half an hour trying to figure out what's wrong, because transfer.sh doesn't show any error in case you…
@HamedSepehr commented on GitHub:
My bad... Yes I'm talking about my own hosted service which is behind nginx reverse proxy, even when it wasn't behind proxy its links weren't resumable.
@HamedSepehr commented on GitHub:
@HamedSepehr did it work?
I couldn't make transfer.sh links resumable, instead I changed my configuration in a way that transfer.sh files are accessible…