{"id":28325887,"url":"https://github.com/ixoncloud/edge-app-ftp-file-explorer","last_synced_at":"2026-01-27T00:36:51.693Z","repository":{"id":294653567,"uuid":"876682970","full_name":"ixoncloud/edge-app-ftp-file-explorer","owner":"ixoncloud","description":" Edge App - FTP File Explorer for SecureEdge Pro","archived":false,"fork":false,"pushed_at":"2025-05-21T11:58:13.000Z","size":231,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-24T03:35:40.353Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://marketplace.ixon.cloud/en/apps/ftp-file-explorer","language":"Dockerfile","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ixoncloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-22T11:42:17.000Z","updated_at":"2025-05-21T11:58:17.000Z","dependencies_parsed_at":"2025-05-21T12:50:35.798Z","dependency_job_id":"16a93e5d-b438-4d01-862b-9fbbe9af0049","html_url":"https://github.com/ixoncloud/edge-app-ftp-file-explorer","commit_stats":null,"previous_names":["ixoncloud/edge-app-ftp-file-explorer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ixoncloud/edge-app-ftp-file-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixoncloud%2Fedge-app-ftp-file-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixoncloud%2Fedge-app-ftp-file-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixoncloud%2Fedge-app-ftp-file-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixoncloud%2Fedge-app-ftp-file-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ixoncloud","download_url":"https://codeload.github.com/ixoncloud/edge-app-ftp-file-explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixoncloud%2Fedge-app-ftp-file-explorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28793805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-05-25T22:08:52.703Z","updated_at":"2026-01-27T00:36:51.679Z","avatar_url":"https://github.com/ixoncloud.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Edge App - FTP File Explorer for SecureEdge Pro\n\nThis project demonstrates how to use an FTP server (for example, on a PLC) to browse and download files via a simple web interface hosted on the IXON SecureEdge Pro. The provided FTP server container is included for demonstration purposes; in production environments, you should use an external FTP server on the machine.\n\n## Local Development\n\ndocker-compose.yml is provided for local development.\n\n## Application Overview\n\nThis application consists of two containers:\n\n1. **FTP Server** (for demonstration purposes): A simple FTP server to simulate browsing and downloading files. In a production environment, this container is not required as you would use an external FTP server on the machine itself.\n2. **FTP to HTTP Service**: A web service that connects to the FTP server and displays the files and directories through a web interface. Users can browse, view, and download files directly from the FTP server via the web interface.\n\n## Steps to Deploy\n\n### Prerequisites\n\nEnsure your environment is properly set up by following this guide: [Running custom Docker applications on the SecureEdge Pro](https://support.ixon.cloud/hc/en-us/articles/14231117531420-Running-custom-Docker-applications-on-the-SecureEdge-Pro).\n\n### 1. Download and adjust to your SecureEdge Pro\n\nDownload the code of this project and change the IP address in the following files to the LAN IP address of your SecureEge Pro:\n\n- buildkitd-secure-edge-pro.toml\n- build_and_push_containers.sh\n- build_and_push_containers.cmd\n\n### 2. Build and Push the Containers\n\nEnsure you have the correct build environment configured:\n\nFor Unix-based systems:\n\n```bash\n./setup-buildx-env.sh\n```\n\nFor Windows:\n\n```cmd\nsetup-buildx-env.cmd\n```\n\nRun the script to build and push the FTP File Explorer containers to the SecureEdge Pro:\n\nFor Unix-based systems:\n\n```bash\n./build_and_push_containers.sh\n```\n\nFor Windows:\n\n```cmd\nbuild_and_push_containers.cmd\n```\n\n### 3. Set Up the Containers on SecureEdge Pro\n\n- Access the local web interface of the SecureEdge Pro.\n\n#### FTP Server (for demonstration purposes)\n\n- Create an `ftp-server` container using the `ftp-server` image with the following port mappings:\n\n  ```\n  Port Mapping: 20-21:20-21/tcp, 40000-40009:40000-40009/tcp\n  ```\n\n- This container is only needed for demonstration purposes. In production, use the FTP server on the machine.\n\n- Start the container.\n\n- Refer to the screenshot for configuration details:  \n  ![Create Container](ftp-server/create_container.png)\n\n#### FTP to HTTP Service\n\n- Create an `ftp-to-http-service` container using the `ftp-to-http-service` image with the following port mapping:\n\n  ```\n  Port Mapping: 5090:5090/tcp\n  ```\n\n- Overwrite the default environment variables, for security overwrite at least:\n\n  ```\n  FTP_PASSWORD\n  ```\n\n- Start the container.\n\n- Refer to the screenshot for configuration details:  \n  ![Create Container](ftp-to-http-service/create_container.png)\n\n### 4. Access the FTP File Explorer\n\n- In IXON Cloud, create an HTTP Web Server to easily access the FTP File Explorer on the SecureEdge Pro.\n\n- Refer to the screenshot for configuration details:  \n  ![HTTP Server](ixon_cloud_settings/http_server_ftp_file_explorer.png)\n\n### 5. Browsing and Downloading Files\n\n- You can now access the FTP File Explorer on the SecureEdge Pro via the HTTP Web Server you created in IXON Cloud.\n\n- The FTP File Explorer provides a simple web interface to browse the files and directories on the FTP server. Users can click on any file to download it directly to their local machine.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fixoncloud%2Fedge-app-ftp-file-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fixoncloud%2Fedge-app-ftp-file-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fixoncloud%2Fedge-app-ftp-file-explorer/lists"}