Abe Massry

Results 11 comments of Abe Massry

ran into the same issue tested this PR as well and it fixed it

I don't know anything about this but I'm interested in learning more, do you have some type of guide that you can point me to?

I would have gotten back to you sooner but I'm not sure what's going on with my github notifications. What were you thinking for this feature? like accepting a list...

this can be a very simple script like: ```bash #!/bin/bash id=$(curl -s -X POST -d "[email protected]" -d "password=passwd" https://wsend.net/login_cli) curl -F "uid=$id" -F "filehandle=@$1" https://wsend.net/upload_cli ``` if you were to...

do you mean API keys have retention settings or the files have retention settings, because we have a `--ttl` option for files

I tested this by trying a login in bash, if done in an interactive terminal the command `wsend --login` is the only thing that shows up in the .bash_history In...

tooltip sounds good, I believe it would be fairly low effort to add one while it's connecting. It's on the list Some backstory: The count is looking for a valid...

I've started working on this issue again, how were you envisioning this part to work: >Said API key would be easier to replace and could also enable to setup retention...

This feature is done and has been implemented for paying users, like you have suggested. Let me know what you think, Thanks!