标签:服务器 detail inter http nec code pac 添加 同步
视频教程:https://ninghao.net/video/3991
{
"protocol": "sftp",
"host": "example.com",
"port": 22,
"user": "user",
"pass": "pass",
"promptForPass": false,
"remote": "/",
"local": "",
"agent": "",
"privatekey": "",
"passphrase": "",
"hosthash": "",
"ignorehost": true,
"connTimeout": 10000,
"keepalive": 10000,
"keyboardInteractive": false,
"keyboardInteractiveForPass": false,
"remoteCommand": "",
"remoteShell": "",
"watch": [],
"watchTimeout": 500
}
Sync local -> remote 同步到服务器
Sync local <- remote 服务器同步本地
--------------------- 本文来自 今天一点也不冷 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/qq_34827048/article/details/80625273?utm_source=copy
atom通过remote ftp同步本地文件到远程主机的方法
标签:服务器 detail inter http nec code pac 添加 同步
原文地址:https://www.cnblogs.com/my-blogs-for-everone/p/9757850.html