{"id":24987431,"url":"https://github.com/sergi/ftp-test-server","last_synced_at":"2025-04-11T23:41:10.532Z","repository":{"id":57242622,"uuid":"10721004","full_name":"sergi/ftp-test-server","owner":"sergi","description":"Simple wrapper around pyftpdlib to have an easy FTP server to try stuff with","archived":false,"fork":false,"pushed_at":"2015-01-13T12:14:53.000Z","size":418,"stargazers_count":6,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-04T00:35:55.303Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/sergi.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":"2013-06-16T14:15:15.000Z","updated_at":"2019-08-25T10:29:13.000Z","dependencies_parsed_at":"2022-09-11T20:51:49.646Z","dependency_job_id":null,"html_url":"https://github.com/sergi/ftp-test-server","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/sergi%2Fftp-test-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergi%2Fftp-test-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergi%2Fftp-test-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergi%2Fftp-test-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergi","download_url":"https://codeload.github.com/sergi/ftp-test-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248125636,"owners_count":21051766,"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":"2025-02-04T11:42:59.315Z","updated_at":"2025-04-11T23:41:10.506Z","avatar_url":"https://github.com/sergi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ftp-test-server\n\nftp-test-server is a very simple  wrapper for pyftpdlib that provides the user with a ready-to-use\nFTP server for testing and experiments.\n\n## Usage\n\n```javascript\nvar Server = require('ftp-test-server');\n\nvar myFtp = new Server();\n\nmyFtp.on('stdout', function(data) {\n  console.log(data);\n});\n\nmyFtp.on('stderr', function(data) {\n  console.log('ERROR', data);\n})\n\nmyFtp.init({\n  user: \"sergi\",\n  pass: \"1234\",\n  port: \"3334\"\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergi%2Fftp-test-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergi%2Fftp-test-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergi%2Fftp-test-server/lists"}