vscode插件-ftp-sync
初始化ftp配置:
ctrl+shift+P 输入:Ftp-sync: Init
出现:
PHP Code复制内容到剪贴板
- {
- "remotePath": "./",
- "host": "host",
- "username": "username",
- "password": "password",
- "port": 21,
- "secure": false,
- "protocol": "ftp",
- "uploadOnSave": false,
- "passive": false,
- "debug": false,
- "privateKeyPath": null,
- "passphrase": null,
- "ignore": [
- "\\.vscode",
- "\\.git",
- "\\.DS_Store"
- ],
- "generatedFiles": {
- "uploadOnSave": false,
- "extensionsToInclude": [],
- "path": ""
- }
- }
配置服务器账号路径等信息
该配置信息在当前目录的 ./.vscode/ftp-sync.json 文件中。
通过命令 Ftp-sync: Sync Local to Remote 和 Ftp-sync: Sync Remote to Local 同步服务器端和客户端的文件。
通过命令 commit 提交修改。
上一篇 vscode常用配置
下一篇 修改虚拟机vdi位置/虚拟机迁移