liximomo / vscode-sftp

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

File uploading get stuck at [trace] then Abort #904

Open GaoHuiting opened 3 years ago

GaoHuiting commented 3 years ago

Expected behavior File should be uploaded successfully

Describe the bug File uploading get stuck at [trace] then being aborted. Debug log is below:

[03-22 22:01:54] [debug] > USER investottawa [03-22 22:01:54] [debug] < '331 User investottawa OK. Password required\r\n' [03-22 22:01:54] [debug] > PASS ** [03-22 22:01:54] [debug] < '230 OK. Current restricted directory is /\r\n' [03-22 22:01:54] [debug] > FEAT [03-22 22:01:54] [debug] > TYPE I [03-22 22:01:54] [debug] < '200 TYPE is now 8-bit binary\r\n' [03-22 22:01:54] [debug] > PASV [03-22 22:01:54] [debug] < '227 Entering Passive Mode (52,26,173,181,236,44)\r\n' [03-22 22:02:02] [info] [file-save] c:\Users\Web Dev\Desktop\whyottawa-0305\wp-content\themes\seoplus-theme\page-templates\page-home.php [03-22 22:02:02] [trace] handle upload file for c:\Users\Web Dev\Desktop\whyottawa-0305\wp-content\themes\seoplus-theme\page-templates\page-home.php [03-22 22:02:04] [debug] > ABOR [03-22 22:02:04] [debug] < "226 Since you see this ABOR must've succeeded\r\n"

**Desktop: -vscode version: 1.54.3 -windows system -sftp version: 1.12.9