• Joined on 2025-07-20
michael closed issue dutchcoders/transfer.sh#394 2026-01-19 18:30:09 +00:00
Docker run command errors: Error while creating storage
michael commented on issue dutchcoders/transfer.sh#389 2026-01-19 18:30:09 +00:00
Opening uploaded html file link to browser causes browser to execute the javascript in the file

@nl5887 commented on GitHub:

Good one, will fix this.

michael commented on issue dutchcoders/transfer.sh#389 2026-01-19 18:30:09 +00:00
Opening uploaded html file link to browser causes browser to execute the javascript in the file

@johnko commented on GitHub:

-content = html_template.HTML(fmt.Sprintf("<pre>%s</pre>", data))
+content = html_template.HTML(fmt.Sprintf("<pre>%s</pre>", html.EscapeString(data)))
michael commented on issue dutchcoders/transfer.sh#391 2026-01-19 18:30:09 +00:00
upload a file to local host returns 301

@nl5887 commented on GitHub:

Currently there is a redirect checking if the connection is secure. If not then it will redirect to https://transfer.sh/. Will work on a solution to disable the check.

michael commented on issue dutchcoders/transfer.sh#391 2026-01-19 18:30:09 +00:00
upload a file to local host returns 301

@mapio commented on GitHub:

I did it like https://github.com/mapio/transfer.sh/blob/master/transfersh-server/main.go#L172 and it now works!

[But I had to clean the browser caches to force it to…

michael commented on issue dutchcoders/transfer.sh#391 2026-01-19 18:30:09 +00:00
upload a file to local host returns 301

@mapio commented on GitHub:

This actually happens not only for an upload, but even accessing to the homepage!

$ curl -D-  http://localhost:8080/
HTTP/1.1 301 Moved Permanently
Location:…
michael commented on issue dutchcoders/transfer.sh#393 2026-01-19 18:30:09 +00:00
problem with the link of uploaded amr file

@melmi commented on GitHub:

I don't now why github does not show quoted text. I repeat it without quotation:

</html> <html class="no-js"> <head>
michael commented on issue dutchcoders/transfer.sh#392 2026-01-19 18:30:09 +00:00
Support for mkv video files

@johnko commented on GitHub:

According to http://www.matroska.org/news/webm-matroska.html

webm is a subset of mkv

So what might work is serving *.mkv files with a Content-Type video/webm as…

michael commented on issue dutchcoders/transfer.sh#391 2026-01-19 18:30:09 +00:00
upload a file to local host returns 301

@acepsaepudin commented on GitHub:

thanks @jasonyost +1

michael commented on issue dutchcoders/transfer.sh#392 2026-01-19 18:30:09 +00:00
Support for mkv video files

@orschiro commented on GitHub:

@aspacca not anymore. Thanks for the reminder! Closing...

michael closed issue dutchcoders/transfer.sh#385 2026-01-19 18:30:08 +00:00
[Question] Files with same token can't be easily zipped together?
michael commented on issue dutchcoders/transfer.sh#385 2026-01-19 18:30:08 +00:00
[Question] Files with same token can't be easily zipped together?

@paolafrancesca commented on GitHub:

@ShadowKyogre you can actually do something like: curl -v "https://transfer.sh/(12pWqz/hello.txt,ZgZGV/hello.txt).tar.gz" -o test.tgz

michael commented on issue dutchcoders/transfer.sh#387 2026-01-19 18:30:08 +00:00
Listening only on IPV6 after building

@paolafrancesca commented on GitHub:

@aksswami , @fredlubrano , @Auroch , still relevant?

michael commented on issue dutchcoders/transfer.sh#387 2026-01-19 18:30:08 +00:00
Listening only on IPV6 after building

@Auroch commented on GitHub:

Sorry, in fact, that work as you said but only if I test with local IP and not localhost ^^ This is OK

curl --upload-file ./test.txt http://127.0.0.1:8080/test.txt …

michael commented on issue dutchcoders/transfer.sh#387 2026-01-19 18:30:08 +00:00
Listening only on IPV6 after building

@fredlubrano commented on GitHub:

Hi,

I have the same problem "transfer server" listen on IPV6 only (Ubuntu 14.04). The configuration of the IPv6 is disabled on the network interface systcl.con…

michael opened issue dutchcoders/transfer.sh#390 2026-01-19 18:30:08 +00:00
Add raw link to the file
michael closed issue dutchcoders/transfer.sh#388 2026-01-19 18:30:08 +00:00
Doesn't work on MacOS X 10.6
michael closed issue dutchcoders/transfer.sh#389 2026-01-19 18:30:08 +00:00
Opening uploaded html file link to browser causes browser to execute the javascript in the file
michael closed issue dutchcoders/transfer.sh#390 2026-01-19 18:30:08 +00:00
Add raw link to the file
michael commented on issue dutchcoders/transfer.sh#388 2026-01-19 18:30:08 +00:00
Doesn't work on MacOS X 10.6

@nl5887 commented on GitHub:

What app is this? I think you've created this issue in the wrong repository.