How to make a FTP connection to Pycharm
已回答
Hey, I'm trying to make a FTP connection with PyCharm, but I can't find it. Could anyone explain me?
请先登录再写评论。
Hello,
Could you tell me what exactly do you mean by FTP connection to PyCharm? What is the goal?
FTP connection is used for deployment of an application, for details see https://www.jetbrains.com/help/pycharm/deploying-applications.html
The goal is to be connected to my server, so I can edit files directly on the server, without using FileZilla.
Editing files directly on a remote server is available as a part of the Deployment configuration feature (see https://www.jetbrains.com/help/pycharm/editing-individual-files-on-remote-hosts.html), however, this process does not support code completion, code inspections, code navigation.
Please take a look at this link https://www.jetbrains.com/help/pycharm/deploying-applications.html as it describes all benefits of the Deployment configuration approach instead of editing files directly on a remote server
The problem is I can't find the menu:
"Tools | Deployment | Browse Remote Host or View | Tool Windows | Remote Host"
I have Tools, but no Deployment
Please note that this feature is available for Professional Edition only.
I am wondering if you have the Remote server configured https://www.jetbrains.com/help/pycharm/creating-a-remote-server-configuration.html?_ga=2.111903495.2081182324.1584509958-2049370417.1580734649?
Ohhhhhh, that's why I can't find it out... :'(
Sorry for disturbing.
(I haven't Pro version)