.remote Sync.json Jun 2026

"hostname": "example.com", "port": 22, "username": "deploy_user", "remotePath": "/var/www/html/project", "localPath": "./dist", "protocol": "sftp", "privateKeyPath": "~/.ssh/id_rsa", "passphrase": null, "uploadOnSave": true, "downloadOnOpen": false, "ignore": [ ".git/", "node_modules/", ".env", "*.log" ], "syncDirection": "upload"

:Use the following command to send a local JSON file to a remote URL: .remote Sync.json

If your goal is to "post" the contents of a JSON file to a remote API (common in or cURL ), follow these steps: "hostname": "example