{"id":21216919,"url":"https://github.com/lablnet/php-ftp-class","last_synced_at":"2025-07-10T11:33:01.880Z","repository":{"id":119240423,"uuid":"119252141","full_name":"lablnet/PHP-FTP-Class","owner":"lablnet","description":"PHP FTP is a simple and convenient FTP adapter for processing FTP requests via PHP.","archived":false,"fork":false,"pushed_at":"2018-12-01T06:45:01.000Z","size":8,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T13:11:30.425Z","etag":null,"topics":["class","free","ftp","ftps","oop","php"],"latest_commit_sha":null,"homepage":"","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/lablnet.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":"2018-01-28T11:25:50.000Z","updated_at":"2023-12-09T19:16:51.000Z","dependencies_parsed_at":"2023-06-15T07:30:21.948Z","dependency_job_id":null,"html_url":"https://github.com/lablnet/PHP-FTP-Class","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lablnet/PHP-FTP-Class","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2FPHP-FTP-Class","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2FPHP-FTP-Class/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2FPHP-FTP-Class/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2FPHP-FTP-Class/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lablnet","download_url":"https://codeload.github.com/lablnet/PHP-FTP-Class/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2FPHP-FTP-Class/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264573288,"owners_count":23630459,"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":["class","free","ftp","ftps","oop","php"],"created_at":"2024-11-20T21:56:22.222Z","updated_at":"2025-07-10T11:33:01.870Z","avatar_url":"https://github.com/lablnet.png","language":"PHP","readme":"# PHP-FTP-Class\n### PHP FTP is a simple and convenient FTP adapter for processing FTP requests via PHP.\n\n## BASIC USAGE\nCreate a new directory, change into it and upload a file\n\n```php\n$ftp = new FTP('ftp.myserver.com', 'username', 'password',false);\n\n$ftp-\u003emkdir('somedir');\n$ftp-\u003echdir('somedir');\n\n$ftp-\u003eput(['my_local_file.html','my_local_file2.html']);\n```\n\n## Download file from a directory\n\n```php\n$ftp = new FTP('ftp.myserver.com', 'username', 'password',false);\n\n$ftp-\u003echdir('somedir');\n\n$ftp-\u003eget('my_local_file.html', 'file_on_server.html');\n\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flablnet%2Fphp-ftp-class","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flablnet%2Fphp-ftp-class","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flablnet%2Fphp-ftp-class/lists"}