@nl5887 commented on GitHub:
Previous week I updated transfer.sh. You should be able to upload files without a filename now. Btw curl will append the filename of the uploaded file by default.
@paolafrancesca commented on GitHub:
@devpets you need to set $GOPATH and have the code in $GOPATH/src/github.com/dutchcoders/transfer.sh
see: https://github.com/golang/go/wiki/SettingGOPATH
@paolafrancesca commented on GitHub:
@mckaygerhard none of them, they may be in the future
@devpets commented on GitHub:
How to build?
Downloaded master.zip,
running:
transfer@archive:/transfer.sh/cmd$ cd ..
transfer@archive:/transfer.sh$ ls
cmd Dockerfile extras LICENSE …
@mckaygerhard commented on GitHub:
umm that are interesting, but after read this https://dave.cheney.net/2013/06/14/you-dont-need-to-set-goroot-really i think setting gorrot or gopath are a…
@robertgendler commented on GitHub:
The MaxSessions setting within sshd.conf does not do what people think it does exactly.
This turns out the only way to limit it is by editing the kernel…
@nl5887 commented on GitHub:
Thx, this should be fixed now.