Trying to re-download failed ftp items again in easy way
I tried to download everything from ftp repository but few files failed to be downloaded. How can I conveniently re-download all the failed ones without picking them up individually from ftp-directory?
Please sign in to leave a comment.
Hello,
Did you add your FTP server as a deployment configuration in Settings/Preferences | Build, Execution, Deployment | Deployment?
If yes then you can just go to Remote Host window (Tools > Deployment > Browse Remote Host), right click on the directory there and select "Sync with Local" - then you'll see a diff window where you'll be able to sync only missing files:
- https://www.jetbrains.com/help/phpstorm/comparing-deployed-files-and-folders-with-their-local-versions.html
Yeah, I have done the config but somehow I missed that "Sync with Local" -feature, thanks!