{"id":13635307,"url":"https://github.com/Redarrow76/socket","last_synced_at":"2025-04-19T03:34:52.388Z","repository":{"id":208444253,"uuid":"508051920","full_name":"Redarrow76/socket","owner":"Redarrow76","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-27T20:29:25.000Z","size":326,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-02T00:22:14.288Z","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/Redarrow76.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-27T20:25:31.000Z","updated_at":"2022-06-27T20:29:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e174fd3-87db-495c-ad78-1d3a26c5ba71","html_url":"https://github.com/Redarrow76/socket","commit_stats":null,"previous_names":["redarrow76/socket"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redarrow76%2Fsocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redarrow76%2Fsocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redarrow76%2Fsocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redarrow76%2Fsocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Redarrow76","download_url":"https://codeload.github.com/Redarrow76/socket/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223790260,"owners_count":17203353,"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.826Z","updated_at":"2024-11-09T05:30:30.185Z","avatar_url":"https://github.com/Redarrow76.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%2FRedarrow76%2Fsocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRedarrow76%2Fsocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRedarrow76%2Fsocket/lists"}