sync
sync copied to clipboard
syncs your local folder with remote folder using scp
- update all NPM Packages - update to Gulp 4 - update Readme file: Explain "ignores" - update "Watcher.ts": - add "/sync-config.json/" to default ignores - add feature to set...
When i use "syncjs" and dont change any files the connection get lost after about 5 minutes every time. When i ssh into my account without syncjs the connection dont...
is it possible to write some additional "ignores" in my config file. I try, but it doesn't work. ```json { "username": "xxxxxxxxx", "password": "xxxxxxxxx", "host": "xxxxxxxxx", "localPath": "xxxxxxxxx", "remotePath": "xxxxxxxxx",...
Hi, the FTP keyword is inappropriate here as sync only supports SFTP, not FTP or FTPS.
I just stumbled over this tool and it VERY useful. However, there have been a few hiccups. 1. Whenever a file is changed, the upload requires three logins each time....
But there still a little problem: is the project support multipath? For example, I want to scp a(local) to b(remote), and c(local) to d(remote). Now I wrote the following format,...
How de we use sync js with a id_rsa private key with a passphrase ? if i use the option 'Ask password during connection' i get "All configured authentication methods...
add ssl support