{"id":22433515,"url":"https://github.com/ceytek-labs/ftp-downloader","last_synced_at":"2026-02-21T06:12:57.149Z","repository":{"id":264664655,"uuid":"894043515","full_name":"ceytek-labs/ftp-downloader","owner":"ceytek-labs","description":"A lightweight library for downloading files over FTP using PHP.","archived":false,"fork":false,"pushed_at":"2024-11-25T17:21:16.000Z","size":1145,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"1.x","last_synced_at":"2025-10-20T03:59:20.060Z","etag":null,"topics":["ceytek-labs","downloader","file-transfer","ftp","ftp-client","library","php"],"latest_commit_sha":null,"homepage":"https://github.com/ceytek-labs/ftp-downloader","language":"PHP","has_issues":true,"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/ceytek-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-11-25T16:45:30.000Z","updated_at":"2024-11-26T17:46:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"c877cc13-ceba-4d43-9584-1866c4991496","html_url":"https://github.com/ceytek-labs/ftp-downloader","commit_stats":null,"previous_names":["ceytek-labs/ftp-downloader"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ceytek-labs/ftp-downloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceytek-labs%2Fftp-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceytek-labs%2Fftp-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceytek-labs%2Fftp-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceytek-labs%2Fftp-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ceytek-labs","download_url":"https://codeload.github.com/ceytek-labs/ftp-downloader/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceytek-labs%2Fftp-downloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29675031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T05:54:28.202Z","status":"ssl_error","status_checked_at":"2026-02-21T05:53:42.585Z","response_time":107,"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":["ceytek-labs","downloader","file-transfer","ftp","ftp-client","library","php"],"created_at":"2024-12-05T22:15:11.705Z","updated_at":"2026-02-21T06:12:57.144Z","avatar_url":"https://github.com/ceytek-labs.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/ceytek-labs/ftp-downloader/refs/heads/1.x/art/banner.png\" width=\"400\" alt=\"FtpDownloader - Simple FTP File Downloader\"\u003e\n    \u003cp align=\"center\"\u003e\n        \u003ca href=\"https://packagist.org/packages/ceytek-labs/ftp-downloader\"\u003e\u003cimg alt=\"Total Downloads\" src=\"https://img.shields.io/packagist/dt/ceytek-labs/ftp-downloader\"\u003e\u003c/a\u003e\n        \u003ca href=\"https://packagist.org/packages/ceytek-labs/ftp-downloader\"\u003e\u003cimg alt=\"Latest Version\" src=\"https://img.shields.io/packagist/v/ceytek-labs/ftp-downloader\"\u003e\u003c/a\u003e\n        \u003ca href=\"https://packagist.org/packages/ceytek-labs/ftp-downloader\"\u003e\u003cimg alt=\"Size\" src=\"https://img.shields.io/github/repo-size/ceytek-labs/ftp-downloader\"\u003e\u003c/a\u003e\n        \u003ca href=\"https://packagist.org/packages/ceytek-labs/ftp-downloader\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/packagist/l/ceytek-labs/ftp-downloader\"\u003e\u003c/a\u003e\n    \u003c/p\u003e\n\u003c/p\u003e\n\n------\n\n# FtpDownloader - Simple FTP File Downloader\n\n**FtpDownloader** is a lightweight and simple library designed to streamline downloading files over FTP using PHP. With just a few method calls, you can securely retrieve files from any FTP server.\n\n\u003e **Note:** This package assumes the FTP server supports explicit FTPS (FTP over SSL/TLS).\n\n## Requirements\n\n- PHP 7.0 or higher (including PHP 8)\n\n## Installation\n\nYou can add this package to your project via Composer:\n\n```bash\ncomposer require ceytek-labs/ftp-downloader\n```\n\n## Usage\n\nHere’s an example of how to use **FtpDownloader** to download a file from an FTP server:\n\n```php\nuse CeytekLabs\\FtpDownloader\\FtpDownloader;\n\ntry {\n    FtpDownloader::make()\n        -\u003esetFtpServer('ftp.example.com')\n        -\u003esetUsername('username')\n        -\u003esetPassword('password')\n        -\u003esetFilePath('/data/example.zip')\n        -\u003esetLocalPath('/local/path/example.zip')\n        -\u003edownload();\n\n    echo \"File downloaded successfully.\";\n} catch (Exception $e) {\n    echo \"Error: \" . $e-\u003egetMessage();\n}\n```\n\n## Contributing\n\nFeel free to submit a **pull request** or report an issue. Any contributions and feedback are highly appreciated!\n\n## License\n\nThis project is licensed under the MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceytek-labs%2Fftp-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceytek-labs%2Fftp-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceytek-labs%2Fftp-downloader/lists"}