- 搜索 “remote ftp”, 点击 “Package”搜索包,Install”安装
- 本地打开需要同步的项目目录
- 创建 remote-ftp 的配置文件,Packages -> Remote-ftp -> creadte SFTP config file
- 修改配置文件,将host,账号密码替换,sftp默认配置
{
"protocol": "sftp",
"host": "example.com",
"port": 22,
"user": "user",
"pass": "pass",
"promptForPass":