@CalumJEadie commented on GitHub:
You're welcome! Thanks for looking into it so quickly!
@nl5887 commented on GitHub:
Try this:
transfer() {
tmpfile=$( mktemp -t transferXXX )
basefile=$(basename "$1"
@nl5887 commented on GitHub:
We have submitted a pull request for Sanitize [https://github.com/kennygrant/sanitize/pull/5]. Let's see if this PR is accepted, then this issue will be solved.
@nl5887 commented on GitHub:
Good point, will work on this. Filenames are sanitized now, but sanitize means also lowercase now.
@nl5887 commented on GitHub:
Still waiting. I'll wait just a few days and otherwise use my fork.
@probonopd commented on GitHub:
Is there still a chance of this being implemented? Thanks.
@thibmaek commented on GitHub:
That seems to work but now I'm receiving all the HTTP headers in my Terminal window.
 {
tmpfile=$( mktemp -t transferXXX )
basefile=$(basename "$1"
@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)))