{"id":21826454,"url":"https://github.com/felixtellmann/shopify-ftp-access","last_synced_at":"2025-04-14T05:24:38.644Z","repository":{"id":45251288,"uuid":"508279230","full_name":"FelixTellmann/shopify-ftp-access","owner":"FelixTellmann","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-18T07:23:10.000Z","size":591,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T06:02:19.292Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FelixTellmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-28T11:56:11.000Z","updated_at":"2024-03-02T19:36:52.000Z","dependencies_parsed_at":"2023-01-29T18:45:34.229Z","dependency_job_id":null,"html_url":"https://github.com/FelixTellmann/shopify-ftp-access","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixTellmann%2Fshopify-ftp-access","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixTellmann%2Fshopify-ftp-access/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixTellmann%2Fshopify-ftp-access/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixTellmann%2Fshopify-ftp-access/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FelixTellmann","download_url":"https://codeload.github.com/FelixTellmann/shopify-ftp-access/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248825583,"owners_count":21167512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-27T18:04:10.400Z","updated_at":"2025-04-14T05:24:38.637Z","avatar_url":"https://github.com/FelixTellmann.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Shopify FTP Proxy\n\nThis runs a local FTP server (on localhost) that will communicate with Shopify over HTTP API and allows you to upload/download/edit your theme files and assets using your favorite FTP client.\n\nNote: this tool is built with [Node.js](https://nodejs.org) and is installed via [npm](https://www.npmjs.org) so make sure to have Node installed. I have tested this on Mac and Windows.\n\n \n### Installation:\n\n    npm install -g shopify-ftp2\n\nNote: You may need to run as root/super-user on Mac/Linux using `sudo npm install -g shopify-ftp` or, alternatively, install without `-g` and then specify the full path to `shopify.js` in place of `shopify` each time you launch the program. The full path might look something like `/Users/You/node_modules/shopify-ftp/shopify.js` depending on where `npm` puts your module.\n\n### Usage:\n\n    shopify ftp\n\nBy default, it will listen on 127.0.0.1 at port 2121. The port and host can, optionally, be specified as follows:\n\n    shopify ftp --port 2121 --host 127.0.0.1\n\nBeginner note: The above commands should be entered at the command line (Terminal.app on Mac or Command Prompt on Windows)\n\n### Get Shopify API Key(s)\n\nYou will need a Shopify API key-pair.\n\n * Go to: [{store-name}.myshopify.com/admin/apps](https://myshopify.com/admin/apps)\n * Click \"Private Apps\" in the top right corner\n * Click on an existing private app or create a new one\n * Copy the API key and Password\n\n### Connecting over FTP\n\nOpen your favorite FTP client, for instance [FileZilla](https://filezilla-project.org/) and create a new connection with the following details:\n\n * Host: `127.0.0.1`\n * Port: `2121`\n * Username: `{api-key}@{store-name}`\n * Password: `{api-password}`\n\nThen save/connect and you should be able to browse your assets and templates including upload, delete, rename, download and move. When you first connect, you should see a list of folders which corresponds to your different themes. Choose your theme and go into that directory. There you will see a few directories (assets, config, layout, snippets, templates). You can add/rename/delete files from these directories, but you will not be able to create/delete sub-directories due to limitations in place by Shopify. You must use the folder structure that exists.\n\nNote: Your username contains __both__ your API key and your store name (separated by `@`).\n\nHave fun.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixtellmann%2Fshopify-ftp-access","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixtellmann%2Fshopify-ftp-access","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixtellmann%2Fshopify-ftp-access/lists"}