@snoopy82481 commented on GitHub:
The dev_2.0 branch has this issue in the forefront and was merged what PR #507
@gingerbeardman commented on GitHub:
Yeah, delete command is not shown when using zsh
@paolafrancesca commented on GitHub:
$ /bin/zsh
~ % transfer()
{
local file="${1}"
if [[ ! -f "${file}" ]]
then
echo -e "\e[01;31mCould not find file: '${file}'.\e[…
@paolafrancesca commented on GitHub:
nice @keks24 , thanks for sharing
I will add to README.md for the moment, since the frontend is already cluttered with examples unluckily :(
if you…
@docweirdo commented on GitHub:
I do have the same issue, although I do not believe it has anything to do with TLS ALPN like @BenHarris suggested. The documentation of the tls package states…
@keks24 commented on GitHub:
I found the issue!
It seems, that x-url-delete is written differently in some versions of curl as seen in the [README.md](https://github.com/dutchcoders/transfe…
@keks24 commented on GitHub:
I could not help myself, but to improve the function once again. It is slowly growing, where I almost got to the point to create a separate repository for it, but I…
@paolafrancesca commented on GitHub:
@keks24 thank you very much for you effort!
I will try to add this to the frontend in the weekend
@keks24 commented on GitHub:
I think, that has something to do with --progress-bar, which is not perfectly removed by sed.
Does this one with --silent and --show-error without sed…
@keks24 commented on GitHub:
This one should be the final, functioning version for zsh and bash, which also filters out the deletion token:
## upload files to "transfer.sh"
transf…
@keks24 commented on GitHub:
My pleasure! 😃
If it is too big for the README.md, you may want to put it into an expandable detail section:
Some details
…@paolafrancesca commented on GitHub:
@keks24 , thank you very much
if you have time and you can open a PR to directly update the README.md it would be awesome
I'm a little busy this days…