VsCode的SFTP插件上传的之后传不上去,也没报错

VSCode是最新版本 ,插件也是(marketplace.visualstudio.com/items...) ;
·········
经过昨晚的多种尝试,最终问题应该是出在服务器端口上,被动模式范围端口都没开,但是服务器密码又被客户保管着,就不去再要了 。
·······
补充一下报错日志…

[02-11 18:03:10] [info] [file-save] f:\codes\php\_2023\yunucms\index.php
[02-11 18:03:10] [trace] handle upload file for f:\codes\php\_2023\yunucms\index.php
[02-11 18:03:10] [debug] > USER yunyou
[02-11 18:03:10] [debug] < '331 User yunyou OK. Password required\r\n'
[02-11 18:03:10] [debug] > PASS ******
[02-11 18:03:10] [debug] < '230 OK. Current directory is /\r\n'
[02-11 18:03:10] [debug] > FEAT
[02-11 18:03:10] [debug] > TYPE I
[02-11 18:03:10] [debug] < '200 TYPE is now 8-bit binary\r\n'
[02-11 18:03:10] [debug] > PASV
[02-11 18:03:10] [debug] < '227 Entering Passive Mode (xxx.xxx.xxx.xxx)\r\n'
[02-11 18:03:11] [debug] > ABOR
[02-11 18:03:11] [debug] < "226 Since you see this ABOR must've succeeded\r\n"
{
 "name": "sftp",
 "host": "正确的IP",
 "protocol": "ftp",
 "port": 21,
 "username": "yunyou",
 "password": "yunyou",
 "remotePath": "/",
 "uploadOnSave": true,
 "useTempFile": false,
 "openSsh": false,
 "connectTimeout": 1000
}

用PHPStorm是没问题的。

@李山河
你看我吊吗啊
《L04 微信小程序从零到发布》
从小程序个人账户申请开始,带你一步步进行开发一个微信小程序,直到提交微信控制台上线发布。
《G01 Go 实战入门》
从零开始带你一步步开发一个 Go 博客项目,让你在最短的时间内学会使用 Go 进行编码。项目结构很大程度上参考了 Laravel。
讨论数量: 0
(= ̄ω ̄=)··· 暂无内容!

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!