ftp - In PhpStorm, what do I need a "HTTP connection" for? -


i want create project remote files via ftp connection. in "add remote server" dialog, set ftp connection. "test connection" told me it's valid, , can choose root directory, ftp working.

however, right under it, there "web server root url" input , "don't check http connection server" checkbox. need these for? what's point of http connection, when using ftp? documentation doesn't explain in no sense.

i had check latter box, otherwise couldn't continue import/synchronizing: says "connection failed: connection refused", although ftp connection stable. made me think needed ftp and http.

for visualisation purposes:

enter image description here


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -