liximomo / vscode-sftp

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

Stuck at 225 No transfer to ABOR #781

Open armaduarte opened 4 years ago

armaduarte commented 4 years ago

Hi,

This extension really helps me in daily-tasks but I'm starting to get an error like this one:

[06-12 12:37:05] [info] [file-save] c:\xxxxx\style-async.scss.tpl [06-12 12:37:05] [trace] handle upload file for c:\xxxxx\style-async.scss.tpl [06-12 12:37:05] [debug] > PASV [06-12 12:37:05] [debug] < '227 Entering Passive Mode (3,229,160,81,4,114).\r\n' [06-12 12:37:05] [debug] > LIST /static [06-12 12:37:05] [debug] < '150 Here comes the directory listing.\r\n' [06-12 12:37:06] [debug] < '226 Directory send OK.\r\n' [06-12 12:37:06] [debug] > PASV [06-12 12:37:06] [debug] < '227 Entering Passive Mode (3,229,160,81,4,69).\r\n' [06-12 12:37:08] [debug] > ABOR [06-12 12:37:08] [debug] < '225 No transfer to ABOR.\r\n' [06-12 12:39:57] [debug] < '421 Timeout.\r\n' [06-12 12:40:54] [debug] < '421 Timeout.\r\n' [06-12 12:42:08] [debug] < '421 Timeout.\r\n'

The problem is that, it stuck in this 225 erro messagem then after some minutes start to receive a 421 but the extension in the console shows like still running.

I need to close the entire VS Code, open again and do a save to upload but it keeps repeating this and nothing happens.

Could you please help me?

armaduarte commented 4 years ago

Just an update on this, when it get stuck in this ABOR stuff, the timeout won't work anymore and the plugin is stuck until I restart VS code.