liximomo / vscode-sftp

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

uploading not complete #775

Open A2DNEW opened 4 years ago

A2DNEW commented 4 years ago

When I upload files, connect to server work fine. But upload not work and whiling ...

[05-25 19:08:07] [debug] < '200 TYPE is now 8-bit binary\r\n' [05-25 19:08:07] [debug] > PASV [05-25 19:08:07] [debug] < '227 Entering Passive Mode (,,,122,218,173)\r\n' [05-25 19:08:07] [debug] > LIST /template [05-25 19:08:07] [debug] < '150 Accepted data connection\r\n226-Options: -a -l \r\n226 5 matches total\r\n' [05-25 19:08:07] [debug] > PASV [05-25 19:08:08] [debug] < '227 Entering Passive Mode (,,,122,207,71)\r\n' [05-25 19:08:08] [debug] > STOR /template/site/func.php [05-25 19:08:08] [debug] < '150 Accepted data connection\r\n'

After 10 minutes, I not get any error!