E
E
entermix2015-10-29 17:06:08
phpstorm
entermix, 2015-10-29 17:06:08

How to import a project into PHPStorm?

I have a ready site on FTP, I create a remote project in PHPStorm, but when uploading files from FTP, errors occur, and some files are not uploaded (for example, the Internet glitched), how do I enable automatic restart of unsuccessful upload attempts?

Or maybe it’s possible to somehow throw the files into the project manually, and then synchronize with ftp (but not to upload all the files, otherwise there will be errors again)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey delphinpro, 2015-10-29
@entermix

Tools - Deployment - Sync
with Deployed to...

N
Nazar Mokrinsky, 2015-10-29
@nazarpc

My advice to you - never work in this mode with sites!
Check out a local copy, put it under version control, and use git push to send changes to the server (if there are tests, then after they run).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question