Video Tutorial: https://ninghao.net/video/3991
- Search for "Remote FTP", click on "Package" search packages, install "Installation"
- Open the project directory that you want to synchronize locally
- Create remote-ftp configuration files, Packages, remote-ftp, creadte SFTP config file
- Modify the configuration file, replace the host, account password, sftp default configuration
{ "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}
- Add remote and connect to the server,packages-> remote-ftp-> Toggle to add remote tags. Remote Connect to Server
local -> remote 同步到服务器 Sync local <- remote 服务器同步本地
---------------------This article from today is not cold CSDN blog, full-text address please click: 80625273?utm_source=copy
How atom synchronizes local files to remote hosts via remote FTP