You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If anybody is still running up against this issue, it's because this library doesn't support implicit TLS. There's an unmerged pull request to add support. Your options are: fork the project and merge #39 or use a library with implicit support such as secsy/goftp. Unfortunately both this library and secsy/goftp seem to be abandoned by their authors.
Also, I have seen that in the example in
README.md
you first establish a connection and then you pass the TLS config.But I have tried to guess how to do it the other way around and it doesn't work.
Just doing it like in the example the connection hangs forever trying to connect.
Any ideas?
The text was updated successfully, but these errors were encountered: