Brian Christmas
Brian Christmas
shopify-ftp, as far as I'm aware, is only used to create a local(on your computer) FTP server. Then using an FTP program like Filezilla you connect, using your Shopify site...
Try running this command before installing shopify-ftp: `npm config set strict-ssl false` Just make sure you set it back to true once shopify-ftp is installed. Source: http://stackoverflow.com/a/29383238/614747
Make sure your username is ###################@your-shopify-site and password is your private API password. The "#####..." is your API key. Example: http://my-coolsite.myshopify.com Private API Key: 123123123123123123 Private API Pass: 456456456456456456 FTP...
I believe that error is from Shopify. My suggestion would be to double check your username and password in Filezilla to make sure everything is correct. In addition, in Shopify...
The developer for shopify-ftp has not been updating the code. At this point I would suggest using [Quickshot ](https://quickshot.readme.io/)or [Themekit](https://shopify.github.io/themekit/). I use both as Quickshot allows me to download products/pages/blogs,...