{"id":13635263,"url":"https://github.com/safinal/ftp-implementation","last_synced_at":"2025-04-19T03:34:41.195Z","repository":{"id":40569398,"uuid":"471959845","full_name":"safinal/ftp-implementation","owner":"safinal","description":"File Transfer Protocol implementation with Socket Programming","archived":false,"fork":false,"pushed_at":"2022-03-29T12:09:13.000Z","size":336,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-09T05:33:58.233Z","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/safinal.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":"2022-03-20T11:31:34.000Z","updated_at":"2022-06-26T17:51:24.000Z","dependencies_parsed_at":"2022-08-27T02:47:28.499Z","dependency_job_id":null,"html_url":"https://github.com/safinal/ftp-implementation","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/safinal%2Fftp-implementation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/safinal%2Fftp-implementation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/safinal%2Fftp-implementation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/safinal%2Fftp-implementation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/safinal","download_url":"https://codeload.github.com/safinal/ftp-implementation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249600543,"owners_count":21297712,"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":"2024-08-02T00:00:43.181Z","updated_at":"2025-04-19T03:34:40.912Z","avatar_url":"https://github.com/safinal.png","language":"Python","readme":"# FTP Implementation with Socket Programming\n\nA simple File Transfer Protocol project using Socket Programming in Python implemented by Ali Safinal.\n\nOn the client side, there is a Graphic User Interface that provide these functions:\n- `ls`: Show List of server files\n- `get \u003cfile-name\u003e`: Download `\u003cfile-name\u003e` file from the server\n- `put \u003cfile-name\u003e`: Upload `\u003cfile-name\u003e` file to the server \n- `quit`: Exit the client program\n\n## Requirements\n- Python version `3.10.0` or higher.\n- PyQt5 version `5.15.6`.\n## How to Run\n0. Install the requirements\n    1. Open a Command Prompt/Terminal and change the working directory to the project directory (**don't skip this step**):\n        ```bash\n        cd ftp-implementation\n        ```\n    2. Enter the following command:\n        ```bash\n        pip install -r requirements.txt\n        ```\n1. Run the server\n    1. Open a Command Prompt/Terminal and change the working directory to the project directory (**don't skip this step**):\n        ```bash\n        cd ftp-implementation\n        ```\n    2. Enter the following command to run the server:\n        ```bash\n        # python server.py \u003cport-number\u003e\n        python server.py 12345\n        ```\n2. Run a client\n    1. Open another Command Prompt/Terminal and change the working directory to the project directory (**don't skip this step**):\n        ```bash\n        cd ftp-implementation\n        ```\n    2. Enter the following command to run a client:\n        ```bash\n        # python client.py 127.0.0.1 \u003cport-number\u003e\n        python client.py 127.0.0.1 12345\n        ```\n3. **(Optional)** You can repeat step 2 as many times as you want! **This project supports multi-clients feature.**\n\nHere is an example photo showing how does the program look like:\n\n![example photo](https://s6.uupload.ir/files/gui_iqf0.png)\n","funding_links":[],"categories":["Result"],"sub_categories":["Run:"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsafinal%2Fftp-implementation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsafinal%2Fftp-implementation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsafinal%2Fftp-implementation/lists"}