ftps icon indicating copy to clipboard operation
ftps copied to clipboard

Implementation of the FTPS protocol for Golang.

Results 2 ftps issues
Sort by recently updated
recently updated
newest added

When password contains % sign, it has to be escaped with %%. Otherwise you will get `530 Login authentication failed` error. It happens because commands are pre-formatted before sending them...

I have an issue where when I call `StoreFile`, the server responds with `125 Data connection already open; Transfer starting.`, which this library treats as an unexpected code and incorrectly...