python-ftp-server


Namepython-ftp-server JSON
Version 1.3.18 PyPI version JSON
download
home_pagehttps://github.com/Red-Eyed/python_ftp_server
SummaryCommand line FTP server tool designed for performance and ease of use.
upload_time2023-04-07 18:23:33
maintainer
docs_urlNone
authorVadym Stupakov
requires_python>=3.6
licenseMIT
keywords ftp cli cmd server
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FTP server to transfer files between machines with zero configuration
## Usage
1. `python3 -m pip install python-ftp-server`
2. `python3 -m python_ftp_server -d "dirctory/to/share"`
will print:
```bash
Local address: ftp://<IP>:60000
User: <USER>
Password: <PASSWORD>
```
3. Copy and paste your `IP`, `USER`, `PASSWORD`, `PORT` into [FileZilla](https://filezilla-project.org/) (or any other FTP client):
![](https://github.com/Red-Eyed/python_ftp_server/raw/master/img.png)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Red-Eyed/python_ftp_server",
    "name": "python-ftp-server",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "vadym.stupakov@gmail.com",
    "keywords": "ftp,cli,cmd,server",
    "author": "Vadym Stupakov",
    "author_email": "vadym.stupakov@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/dc/3a/dbcb2d6107e4ae6acfdb16acfe2bd652b277d369fb0188fceb3cfa6dd822/python_ftp_server-1.3.18.tar.gz",
    "platform": null,
    "description": "# FTP server to transfer files between machines with zero configuration\n## Usage\n1. `python3 -m pip install python-ftp-server`\n2. `python3 -m python_ftp_server -d \"dirctory/to/share\"`\nwill print:\n```bash\nLocal address: ftp://<IP>:60000\nUser: <USER>\nPassword: <PASSWORD>\n```\n3. Copy and paste your `IP`, `USER`, `PASSWORD`, `PORT` into [FileZilla](https://filezilla-project.org/) (or any other FTP client):\n![](https://github.com/Red-Eyed/python_ftp_server/raw/master/img.png)\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Command line FTP server tool designed for performance and ease of use.",
    "version": "1.3.18",
    "split_keywords": [
        "ftp",
        "cli",
        "cmd",
        "server"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a46a67eb3f29238bdaa099f9aabf1c038cd73db41df291b2674c21bded8002b8",
                "md5": "b678eabe2a655c6e6843d363dccdf861",
                "sha256": "7d7009380738e81c0bbdd0cc31225d99415bc9a9f7d2061e95d3e1b077a3d05a"
            },
            "downloads": -1,
            "filename": "python_ftp_server-1.3.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b678eabe2a655c6e6843d363dccdf861",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4243,
            "upload_time": "2023-04-07T18:23:32",
            "upload_time_iso_8601": "2023-04-07T18:23:32.062516Z",
            "url": "https://files.pythonhosted.org/packages/a4/6a/67eb3f29238bdaa099f9aabf1c038cd73db41df291b2674c21bded8002b8/python_ftp_server-1.3.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc3adbcb2d6107e4ae6acfdb16acfe2bd652b277d369fb0188fceb3cfa6dd822",
                "md5": "de7587514cd8af13ca5ffb2f3fa05246",
                "sha256": "1950e8062e11ce5fb530213c5a4a1e269b23ef2e977fa20a843d3990ecac07c7"
            },
            "downloads": -1,
            "filename": "python_ftp_server-1.3.18.tar.gz",
            "has_sig": false,
            "md5_digest": "de7587514cd8af13ca5ffb2f3fa05246",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3643,
            "upload_time": "2023-04-07T18:23:33",
            "upload_time_iso_8601": "2023-04-07T18:23:33.672357Z",
            "url": "https://files.pythonhosted.org/packages/dc/3a/dbcb2d6107e4ae6acfdb16acfe2bd652b277d369fb0188fceb3cfa6dd822/python_ftp_server-1.3.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-07 18:23:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Red-Eyed",
    "github_project": "python_ftp_server",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "python-ftp-server"
}
        
Elapsed time: 0.07404s