I
I
issssrt2014-04-16 15:26:21
PHP
issssrt, 2014-04-16 15:26:21

Need an IDE for PHP with FTP support

You need an IDE with FTP support. Just so that when connecting to an FTP server, it does not download all the files to the local machine, but simply indexes and shows the project tree from a remote server. And he downloaded only the file that he selected, edited and sent to the server when saving.
Now I use PHPStorm, it's not bad, but when working with ftp, it completely downloads files. Or somewhere there is an option to cancel the full download?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
C
CloudMonster, 2014-04-16
@CloudMonster

Notepad++) and install the FTP plugin

1
1001001 111, 2014-04-16
@IgorO2

habrahabr.ru/post/157409

N
Nazar Mokrinsky, 2014-04-16
@nazarpc

Use Samba if on Windows and mount as a remote drive. Works great.
You must understand what an IDE is in general - it is a huge machine that knows about the contents of all the files in your project, knows where each class and function is declared. If you do not have a local copy of the files, this will not be development, but hellish trash. Try Samba. It works fine over the local network, I don’t know how it will be over the Internet.

A
Anton, 2014-04-16
@sHinE

Such as you needed in Zend before (I haven’t used it for a long time)
In the same storm, create an empty project, set up FTP separately, check the box to upload to FTP when saving and edit without downloading the entire project.
But the goodies in the form of transitions by ctrl + click and find usages will then, of course, become unavailable to you.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question