Block a user
Implement different storage types than only S3
Implement download page, with viewer for images, markdown, etc.
Implement different storage types than only S3
Implement download page, with viewer for images, markdown, etc.
Add unit tests.
@bugbounce commented on GitHub:
I will start on this. I need the experience :) Any guidelines would be helpful.
Implement simple help for command line. Eg. /help will show usage.
Implement simple help for command line. Eg. /help will show usage.
Not uploading files when filename has Spaces
@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"
Implement S3 uploading parts
Not uploading files when filename has Spaces
@nl5887 commented on GitHub:
Try this:
transfer() {
tmpfile=$( mktemp -t transferXXX )
basefile=$(basename "$1"
File names are converted to lower case
File names are converted to lower case
@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.
File names are converted to lower case
@probonopd commented on GitHub:
Is there still a chance of this being implemented? Thanks.
mktemp fails on Peppermint 4 Linux
Not uploading files when filename has Spaces
mktemp fails on Peppermint 4 Linux