Answer the question
In order to leave comments, you need to log in
Why doesn't uploading files via FTP work in Atom?
Hello everyone
. I'm trying to connect to a server via Atom using Remote-FTP, but I keep getting an
error: Timeout while connecting to server or Timed out while waiting for handshake .
Everything works with the same data using Transmit!
File:
{
"protocol": "ftp",
"host": "host.io",
"port": 21,
"user": "hello",
"password": "world",
"promptForPass": false,
"remote": "/public_html/yo",
"local": "/wassap",
"secure": false,
"secureOptions": null,
"connTimeout": 10000,
"pasvTimeout": 10000,
"keepalive": 10000,
"watch": [],
"watchTimeout": 500
}
Answer the question
In order to leave comments, you need to log in
in the line "host": "host.io", instead of host.io, it is better to specify a link to the server if this is a virtual hosting and you plan to take files from it for editing.
And here I suddenly had an unexpected question, how to prevent a permanent notification in the log 200 NOOP OK
I searched and searched on the Russian-speaking Internet, but found only on the atom website, in the FAQ section of the remote-ftp plugin
The answer is simple: "keepalive": 0
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question