@AmoghSaxena commented on GitHub:
@AmoghSaxena Any update on this?
I want to deploy the project on my private FQDN but it only gives me the option for IP address instead of putting a domain.
@paolafrancesca commented on GitHub:
@AmoghSaxena https://pkg.go.dev/net#Dial according to the documentation
For TCP and UDP networks, the address has the form "host:port". The host must…
@stefanbenten commented on GitHub:
@AmoghSaxena Any update on this?
@yelodevopsi commented on GitHub:
Also a minor "bug" with the .bashrc code is that there is not a line-break after the response from the server, which makes the terminal go:
myuser@my.doma…
@yelodevopsi commented on GitHub:
I just found the bug:
It seems I don't have access to
tee /dev/null;
on the buggy server
Is there a better way to write this maybe?
Btw: For the…
@yelodevopsi commented on GitHub:
An update: It might be related to the system I'm using.
- I just copied a shorted code working on another server running
Ubuntu LTS 18.04.1 LTSand `curl…
@paolafrancesca commented on GitHub:
thanks
can you test the upload adding --http1.1 param to curl?
@stefanbenten you might want to look into this
@stefanbenten commented on GitHub:
@driftywinds Glad it works now! Regarding the deletion token, please see https://github.com/dutchcoders/transfer.sh/issues/419
@driftywinds commented on GitHub:
Thank you!