{"id":18754926,"url":"https://github.com/pyohei/python-ftp-sender","last_synced_at":"2025-11-29T07:30:15.485Z","repository":{"id":29938325,"uuid":"33484621","full_name":"pyohei/python-ftp-sender","owner":"pyohei","description":"💻Send files to FTP server 📁","archived":false,"fork":false,"pushed_at":"2018-07-02T21:58:39.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T01:32:07.987Z","etag":null,"topics":["ftp","ftp-client","python2"],"latest_commit_sha":null,"homepage":"","language":"Python","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/pyohei.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}},"created_at":"2015-04-06T13:56:28.000Z","updated_at":"2024-05-16T06:19:02.000Z","dependencies_parsed_at":"2022-09-19T02:51:03.635Z","dependency_job_id":null,"html_url":"https://github.com/pyohei/python-ftp-sender","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/pyohei%2Fpython-ftp-sender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyohei%2Fpython-ftp-sender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyohei%2Fpython-ftp-sender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyohei%2Fpython-ftp-sender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyohei","download_url":"https://codeload.github.com/pyohei/python-ftp-sender/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239644128,"owners_count":19673580,"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":["ftp","ftp-client","python2"],"created_at":"2024-11-07T17:30:44.341Z","updated_at":"2025-11-29T07:30:15.425Z","avatar_url":"https://github.com/pyohei.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Send files to FTP server\n\nSend files into FTP server with Python.  \nThis script for myself, and there are some bugs in this code.  \n\n\n## Eevironment\n\nPython2.7\n\n\n## Usage\n\n### Install\n\n`git clone https://github.com/pyohei/python-ftp-sender.git`\n\n### Set up\n\nInstall dependent libraries(recommend virtualenv).  \n\n```sh\ncd python-ftp-sender\npip install -r requirements.txt\n```\n\n### Create configuration\n\nYou need to edit `config.ini`.  \n\n### Excecute\n\nYou can run with two type of sync.  \n\n1. Sync directory\n\nIf you want to sync directory, you must set variables of `syncdir` and `header_path` in `config.ini`.  \nAfter setting, you can run script the below command.  \n\n```sh\npython main.py -a True\n```\n\n2. Sync specific file\n\nIf you want to sync specific file, you must set `header_path` in `config.ini`.  \nAfter setting, you can run script the below command.  \nYou can change the argument of `walker.py` to your target file name.  \n\n```sh\npython main.py -f walker.py\n```\n\n## Testing\n\nYou can run test ftp server with next command.\n\n```sh\ncd testserver\npython ftpserver.py\n```\n\nThere are connection information in `testserver/ftpserver.py`\n\n## Licence \n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyohei%2Fpython-ftp-sender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyohei%2Fpython-ftp-sender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyohei%2Fpython-ftp-sender/lists"}