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

Connection ends after 227 Entering Passive Mode #1005

Open
bottasergio opened this issue Aug 29, 2022 · 1 comment
Open

Connection ends after 227 Entering Passive Mode #1005

bottasergio opened this issue Aug 29, 2022 · 1 comment

Comments

@bottasergio
Copy link

When trying to upload connection ends after these messages:

[08-28 21:20:12] [debug] < '220 Microsoft FTP Service\r\n'
[08-28 21:20:12] [debug] > USER myusername
[08-28 21:20:12] [debug] < '331 Password required\r\n'
[08-28 21:20:12] [debug] > PASS ******
[08-28 21:20:12] [debug] < '230 User logged in.\r\n'
[08-28 21:20:12] [debug] > FEAT
[08-28 21:20:12] [debug] > TYPE I
[08-28 21:20:12] [debug] < '200 Type set to I.\r\n'
[08-28 21:20:12] [debug] > PASV
[08-28 21:20:12] [debug] < '227 Entering Passive Mode (nnn,nnn,nnn,nnn,224,153).\r\n'
[08-28 21:20:22] [debug] > ABOR
[08-28 21:20:22] [debug] < '226 ABOR command successful.\r\n'

After this.. nothing happens.

@couldwasmysoul
Copy link

I have that same problem

I'm doing remote to local 30 seconds later it's 227 passive

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

2 participants