Downloading application files from the server to the local computer using SSH.
Hello, using PhpStorm I am trying to download Magento application files from the server to the local computer. Collecting the files takes several hours and has not yet been downloaded. Is there any other way to download files faster? I connect to the server via SSH.
Please sign in to leave a comment.
It seems that you invoke
Download from here
on the file system root and not on the project root, which is definitely not something you want.Also, the fact that top-level folders are marked green in the Remote Host tool window is a bit concerning.
Could you please share screenshots of the Connection and Mappings tabs of your deployment configuration?