{"id":16215769,"url":"https://github.com/rainingcomputers/whipftp","last_synced_at":"2025-03-16T11:30:56.369Z","repository":{"id":47412447,"uuid":"134361471","full_name":"RainingComputers/whipFTP","owner":"RainingComputers","description":"OpenSource FTP / SFTP client","archived":false,"fork":false,"pushed_at":"2021-09-06T07:04:27.000Z","size":1052,"stargazers_count":177,"open_issues_count":6,"forks_count":26,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-02-27T08:20:07.813Z","etag":null,"topics":["ftp","ftp-client","python","sftp","sftp-client"],"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/RainingComputers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-22T04:40:53.000Z","updated_at":"2025-01-24T17:57:08.000Z","dependencies_parsed_at":"2022-08-23T01:20:26.457Z","dependency_job_id":null,"html_url":"https://github.com/RainingComputers/whipFTP","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainingComputers%2FwhipFTP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainingComputers%2FwhipFTP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainingComputers%2FwhipFTP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainingComputers%2FwhipFTP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RainingComputers","download_url":"https://codeload.github.com/RainingComputers/whipFTP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243814864,"owners_count":20352037,"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","python","sftp","sftp-client"],"created_at":"2024-10-10T11:16:21.464Z","updated_at":"2025-03-16T11:30:55.703Z","avatar_url":"https://github.com/RainingComputers.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv style=\"text-align:center\"\u003e\n    \u003cimg src =\"https://raw.githubusercontent.com/RainingComputers/whipFTP/master/Screenshot.png\" /\u003e\n\u003c/div\u003e\n\n# About\nwhipFTP is a FTP/SFTP client written in python using the tkinter GUI toolkit. Can upload, download, create, rename, copy, move and search files/folders.\n#### Currently supported platforms:\n+ Linux\n+ Windows XP/7/10\n+ MacOS\n\n# Getting whipFTP\n\n#### Ubuntu/Debian:\n+  Download the [.deb](https://github.com/RainingComputers/whipFTP/releases/download/v5.0/whipFTP_5.0.deb) file and install it.\n\n#### Windows:\n+ Install Python (minimum required version: python3.6.3 for 10/7 and python3.4.0 for XP), download the [.zip](https://github.com/RainingComputers/whipFTP/releases/download/v5.0/whipFTP_5.0_windows.zip) file and extract it. Run `install_dependencies.py` script to install dependencies. Now you can run `whipFTP.pyw` to launch the application.\n\n#### MacOS:\n+ Not released yet. Use `git clone` or 'download zip', Install Python (minimum required version: python3.6.3). Run `install_dependencies.py` script to install dependencies. Now you can run `whipFTP.py` to launch the application.\n\n#### Other Linux distributions:\n+ Install Python (minimum required version: python3.6.3), download the [.zip](https://github.com/RainingComputers/whipFTP/releases/download/v5.0/whipFTP_5.0_linux.zip) file and extract it. Run `install_dependencies.py` script to install dependencies. Now you can run `whipFTP.py` to launch the application.\n\n# Controls\n+ ![](https://raw.githubusercontent.com/RainingComputers/whipFTP/master/Icons/connect_big.png)\n*Start connection*\n+ ![](https://raw.githubusercontent.com/RainingComputers/whipFTP/master/Icons/upload_big.png)\n*Upload files or folders*\n+ ![](https://raw.githubusercontent.com/RainingComputers/whipFTP/master/Icons/download_big.png)\n*Save/Download files or folders*\n+ ![](https://raw.githubusercontent.com/RainingComputers/whipFTP/master/Icons/newfolder_big.png)\n*Create a new directory*\n+ ![](https://raw.githubusercontent.com/RainingComputers/whipFTP/master/Icons/delete_big.png)\n*Delete files or folders*\n+ ![](https://raw.githubusercontent.com/RainingComputers/whipFTP/master/Icons/properties_big.png)\n*Edit/View properties*\n+ ![](https://raw.githubusercontent.com/RainingComputers/whipFTP/master/Icons/cut_big.png)\n*Cut*\n+ ![](https://raw.githubusercontent.com/RainingComputers/whipFTP/master/Icons/copy_big.png)\n*Copy*\n+ ![](https://raw.githubusercontent.com/RainingComputers/whipFTP/master/Icons/paste_big.png)\n*Paste*\n+ ![](https://raw.githubusercontent.com/RainingComputers/whipFTP/master/Icons/info_big.png)\n*About/Help*\n+ ![](https://raw.githubusercontent.com/RainingComputers/whipFTP/master/Icons/gotopath_big.png)\n*Goto a path*\n+ ![](https://raw.githubusercontent.com/RainingComputers/whipFTP/master/Icons/search_big.png)\n*Search/Find files or folders*\n+ ![](https://raw.githubusercontent.com/RainingComputers/whipFTP/master/Icons/up_big.png)\n*Goto parent directory*\n\n# License\n+ MIT License. See: https://github.com/RainingComputers/whipFTP/blob/master/LICENSE.md\n\n# Bugs\n+ Application looks blurry when DPI scaling is enabled.\n+ Search on the root directory does not work.\n\n# Note\nThis project is currently being rewritten in wxpython.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainingcomputers%2Fwhipftp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frainingcomputers%2Fwhipftp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainingcomputers%2Fwhipftp/lists"}