Why is FTP in PHPStorm 10x slower than FileZilla?

I have a Wordpress site on a development server. To download my remote project to my local project over FTP in PHPStorm it takes 30+ minutes. If I do the same download operation with FileZilla it takes around about 3 minutes. I don't need to constantly be downloading the entire project from the server, usually there's only one file I need to update on my local copy from the server. Is there a way to only update a specific file on my local copy without downloading the entire project?

2
Avatar
Permanently deleted user

Hello,

Please go to Settings\Preferences | Build, Execution, Deployment | Deployment | Options and disable "Overwrite up-to-date files".

-2

This doesn't change the fact that Phpstorm FTP client is very slow comparing to other clients. It has to open a new connection and close it for every file being uploaded even if it has 700 files in an auto upload que.

1

请先登录再写评论。