We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No error with home wi-fi,
But when I connect to my mobile phone hotspot (using netshare android application) which uses proxy, then I get the error:
using netshare android application
Error: getaddrinfo ENOTFOUND example.com example.com:21
I added my proxy to atom as below:
apm config set http-proxy http://.... apm config set https-proxy http://....
But still getting the same error.
Is there any modification needed inside remote-sync.json ?
{ "logger": { "title": "Remote Sync" }, "transport": "ftp", "uploadOnSave": true, "useAtomicWrites": false, "deleteLocal": false, "hostname": "example.com", "port": "21", "target": "/public_html/wp-content/plugins/...", "ignore": [ ".remote-sync.json", ".git/**" ], "username": "", "password": "", "watch": [] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
No error with home wi-fi,
But when I connect to my mobile phone hotspot (
using netshare android application
) which uses proxy, then I get the error:Error: getaddrinfo ENOTFOUND example.com example.com:21
I added my proxy to atom as below:
But still getting the same error.
Is there any modification needed inside remote-sync.json ?
The text was updated successfully, but these errors were encountered: