PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Access files on web servers

Last modified: 14 March 2022

Professional feature: download PyCharm Professional to try.

Once you have set up synchronization between your local application sources and the application sources on a server, you can create new folders, move, rename, and delete existing files and folders. You can also compare files and folders on the server with their local versions.

For the sake of simplicity, any file or folder in your PyCharm project is called local and any file or folder on the server is called remote, even if the server is actually installed on your machine. For details, see Configure synchronization with a Web server.

Although PyCharm supports direct editing of individual non-project files on servers, to keep your local and remote sources synchronized, configure automatic upload using the Upload changed files automatically to the default server list in the Options dialog.

PyCharm uses server configurations to control access to servers (FTP, FTPS, SFTP, WebDAV, or Local or Mounted Folder).

From the Remote Host tool window, you can right-click files and directories to create, move, rename, and delete files and folders on the server, as well as upload and download the desired items.