Could you please elaborate on what you mean by "interactively"? In general, you are supposed to download the code to the local machine using a deployment configuration and then upload the changes back.
( In the remote server configuration , a server runs on another computer (a remote host). To access the files on the server, use the FTP/SFTP/FTPS/WebDAV protocols )
This is exactly what I am looking for
How do I do this?
My site is already hosted in my cPanel
I want to continue making code changes through phpstrom
How to connect my cPanel (cPanel is where my site is hosted) with phpstrom.
I want to remind that I don't want to upload my site locally, I want to modify my site which is already online.
I want to remind that I don't want to upload my site locally
Unfortunately, you just have to. PhpStorm can't work with remote sources directly. You need to download the site to the local machine first, modify the code, and then upload the changes back.
How do I do this? My site is already hosted in my cPanel
Could you please elaborate on what you mean by "interactively"?
In general, you are supposed to download the code to the local machine using a deployment configuration and then upload the changes back.
Hello, I hope you are well.
I read this on the link you sent me 👇
( In the remote server configuration , a server runs on another computer (a remote host). To access the files on the server, use the FTP/SFTP/FTPS/WebDAV protocols )
This is exactly what I am looking for
How do I do this?
My site is already hosted in my cPanel
I want to continue making code changes through phpstrom
How to connect my cPanel (cPanel is where my site is hosted) with phpstrom.
I want to remind that I don't want to upload my site locally, I want to modify my site which is already online.
thanks to you!
Unfortunately, you just have to. PhpStorm can't work with remote sources directly. You need to download the site to the local machine first, modify the code, and then upload the changes back.
It seems that it should be possible to use SFTP for that, please refer to the following articles:
https://support.cpanel.net/hc/en-us/articles/360052808654-How-to-use-SFTP-with-cPanel
https://docs.cpanel.net/knowledge-base/ftp/how-to-configure-your-sftp-client/
Please note that we are not cPanel support and can't provide exact instructions on how to configure SFTP in cPanel.
P.S. Let's keep this conversation in one place, either in the ticket or on the forum. Having two tickets is not really all that helpful. Thank you!