liximomo / vscode-sftp

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

passive model return unlink route ,can not rollback active model #862

Open batcom opened 3 years ago

batcom commented 3 years ago

passive model return unlink route ,can not rollback active model. list / failed.

{ "name": "wlw", "password": "***", "host": "120.25.246.13", "port": 1001, "username": "wlw-zms183", "protocol": "ftp", "passive": false, "connectTimeout": 40000, "ignore": [".vscode", ".git", ".DS_Store", ".svn"] }

[11-20 10:38:18] [debug] < '220 10.25.227.160 FTP server ready\r\n' [11-20 10:38:18] [debug] > USER wlw-zms183 [11-20 10:38:18] [debug] < '331 Password required for wlw-zms183\r\n' [11-20 10:38:18] [debug] > PASS ** [11-20 10:38:19] [debug] < '230 User wlw-zms183 logged in\r\n' [11-20 10:38:19] [debug] > FEAT [11-20 10:38:19] [debug] > TYPE I [11-20 10:38:19] [debug] < '200 Type set to I\r\n' [11-20 10:38:19] [debug] > PASV [11-20 10:38:19] [debug] < '227 Entering Passive Mode (10,25,227,160,254,33).\r\n' [11-20 10:38:19] [debug] > LIST ./ [11-20 10:48:19] [debug] < '421 Idle timeout (600 seconds): closing control connection\r\n' [11-20 10:49:22] [trace] run command 'Toggle Output Panel'