Answer the question
In order to leave comments, you need to log in
An editor capable of working via ftp through a proxy?
Good morning, habr! Please advise the editor or some approach to organizing the workflow, taking into account the following features (I write in php):
Answer the question
In order to leave comments, you need to log in
notepad++
After installation, we find a list of plugins in it (installed automatically from the servers) and find the appropriate one. I did exactly that.
The plugin can edit files "immediately on the server", i.e. open the file list of the server, when you open the file, it automatically merges into a temporary folder, the next time you save this file, it is uploaded back to the server.
Since you can’t run the project on a local computer, it’s pointless to use the version control system locally, you still have to send the files to the server. So it makes sense to deploy git directly on the development server, perhaps on a separate subdomain. (for each branch, we generated a copy and a subdomain by the name of the branch).
Adobe Dreamweaver can do everything you need - work with files via FTP through a proxy, on an unlimited number of projects. There is also a built-in version control system.
If you don't have admin rights to install the dreamweaver, use the portable version.
I have a proxy at work too. And also everything needs to be done sometimes with sites via ftp.
I am using proxychains in ubuntu and netbeans.
from the command line something like this:
> proxychains netbeans
But obviously there are no proxychains in Windows, so you have to find an analogue.
But netbins uploads files to itself and then to the server, as I understand it, you don’t need it, so try eclipse with a plugin for remote systems and php. You can launch it the same way.
well, in general, there are a lot of editors who can edit them via ftp)
PHP Expert Editor has a "use proxy server" checkbox.
As for me, a very good editor and the license is free for residents of the former USSR.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question