Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to connect to a SFTP server hangs forever #28

Open
sayden opened this issue Feb 3, 2017 · 3 comments
Open

Trying to connect to a SFTP server hangs forever #28

sayden opened this issue Feb 3, 2017 · 3 comments

Comments

@sayden
Copy link

sayden commented Feb 3, 2017

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?

@LukeKerr
Copy link

I having the same problem, tried using the example to connect to a server via FTPS. Just hangs for a while before closing giving me a panic msg.

@helmutkemper
Copy link

I have had the same problem, because of this, I put a timeout

#32

@DeanPDX
Copy link

DeanPDX commented Mar 17, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants