Access files on servers
Once you have set up synchronization between your local application sources and the application sources on a server, you can upload and download files as well as compare files and folders on the server with their local versions, edit local versions and even edit individual non-project files on the server.
You can also create, move, rename, and delete files and folders on the server.
Enable the FTP/SFTP/WebDAV Connectivity plugin
This functionality relies on the FTP/SFTP/WebDAV Connectivity plugin, which is bundled and enabled in IntelliJ IDEA by default. If the relevant features aren't available, make sure that you didn't disable the plugin.
Press Ctrl+Alt+S to open the IDE settings and then select
.Open the Installed tab, find the FTP/SFTP/WebDAV Connectivity plugin, and select the checkbox next to the plugin name.
Access a remote server
Open the Remote Host tool window by choosing or from the main menu.
Select the required deployment server from the list. The tool window shows a tree view of files and folders under the server root. If no relevant server is available in the list, click , and in the Deployment dialog that opens configure access to the required server.
Create, move, rename, edit, and delete files and folders on the server
Create, move, rename, edit, and delete files
To create a file or a folder, in the Remote Host tool window, right-click the parent folder for it and select or .
To move, rename, or delete a file or a folder, right-click the file or folder and select the required action from its context menu.
Edit the local version of a file
In the Remote Host tool window, right-click the file whose local copy you want to edit and select . The Local copy of the selected file opens in the editor.
To compare the remote and local copies, select
.