liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 256 forks source link

Connection ends after 227 Entering Passive Mode #1005

Open bottasergio opened 1 year ago

bottasergio commented 1 year ago

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 commented 1 year ago

I have that same problem

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