yongkangchen / remote-sync

Upload your files to remote host after every change. Both SCP/SFTP and FTP are supported.
https://atom.io/packages/remote-sync
MIT License
237 stars 71 forks source link

scp file copy problem #527

Open kajafarov opened 3 years ago

kajafarov commented 3 years ago

Hi,

When i try remote-sync file is uploaded, but files is empty on destination location. Please help.

[ansible@server Direct]$ ls -l total 0 -rw-rw-r--. 1 ansible ansible 0 May 28 09:54 info [ansible@server Direct]$ cat info


{

"logger": { "title": "Remote Sync" }, "uploadOnSave": true, "useAtomicWrites": false, "deleteLocal": false, "hostname": "192.168.0.105", "port": "22", "target": "/home/ansible", "ignore": [ ".remote-sync.json", ".git/**" ], "username": "ansible", "password": "ansible", "watch": [], "transport": "scp" }

Thank you.

kajafarov commented 3 years ago

Sorry. Package work good. I need first save all changes in Atom.