@nl5887 commented on GitHub:
Good one, will fix this.
@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)))
@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.
@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…
@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:…
@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>@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…
@orschiro commented on GitHub:
@aspacca not anymore. Thanks for the reminder! Closing...
@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
@paolafrancesca commented on GitHub:
@aksswami , @fredlubrano , @Auroch , still relevant?
@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 …
@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…
@nl5887 commented on GitHub:
What app is this? I think you've created this issue in the wrong repository.