

Folders can also be excluded by name on the Options page under Exclude items by name. Note that both the source and the target folders should be checked. Open the Excluded Paths tab for the server and remove the excluded path. This can also be configured from the Deployment page of the Settings dialog ( Control+Alt+S). Once this is done, the folder will be deployed. To solve this, in the Remote host tool window right-click the given folder and select Remove Path From Excluded from the context menu. Some folders are not deployedĪ common cause for folders not being deployed is when they are explicitly excluded. Mappings can be configured as described in the Map project folders to folders on the server and the URL addresses to access them.įor some actions, a default deployment server needs to be selected on the Deployment page of the Settings dialog.
Phpstorm ftp download#
If a file or folder that you want to download is not configured in any mapping, PhpStorm will not download it. Download/upload actions are not availableĭownload/upload actions may not be available because of a missing mapping. In this case, make sure to add the IPv6 entry for your host to the /etc/hosts file. Otherwise, to enable IPv6 support, delete the 4Stack=true line. vmoptions file that opens, make sure the 4Stack=true line is present. Select Help | Edit Custom VM Options from the main menu. To make sure IPv6 is disabled, check the PhpStorm JVM options: By default, PhpStorm only listens for incoming IPv4 connections. This can happen in case PhpStorm tries to resolve an IPv4 host via IPv6. This can be done by toggling Passive mode in the Deployment: Connection Tab for the server. On the Options page, clear the Overwrite up-to-date files to skip uploading files that don't need to be uploaded.ĭepending on the server, switching between active and passive transfer mode in the advanced FTP settings may help.

This can be done from the Deployment: Excluded Paths Tab page. In the Settings dialog ( Control+Alt+S), navigate to Build, Execution, Deployment and explore the following configuration options, which can speed up deployment:Įxclude directories that are not needed from deployment (for example, images). General troubleshooting Deployment is slow or failsĭeployment can be a resource-intensive operation, especially if a project or a deployment server contains lots of directories and files. In most cases you need only the most recent one.Īttach the log file(s) to the issue or forum thread. The most recent log file is named idea.log older files names end with a number, that is idea.log.1, idea.log.2, and so on.
