This package browser is in early development. Mind the rough edges.

python-aioftp

FTP client/server for asyncio in Python

FTP client and server for asyncio (Python 3) Library implementing FTP protocol, both client and server for Python asyncio module.

Supported commands as client: USER, PASS, ACCT, PWD, CWD, CDUP, MKD, RMD, MLSD, MLST, RNFR, RNTO, DELE, STOR, APPE, RETR, TYPE, PASV, ABOR, QUIT, REST, LIST (as fallback).

Supported commands as server: USER, PASS, QUIT, PWD, CWD, CDUP, MKD, RMD, MLSD, LIST (non-standard), MLST, RNFR, RNTO, DELE, STOR, RETR, TYPE ("I" and "A"), PASV, ABOR, APPE, REST.

Installation

Install the latest version of python-aioftp as follows:

guix install python-aioftp

Or install a particular version:

guix install python-aioftp@0.22.3

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-aioftp about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-aioftp'><img src='https://packages.guix.gnu.org/packages/python-aioftp/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-aioftp/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-aioftp)

Example Org:

[[https://packages.guix.gnu.org/packages/python-aioftp][https://packages.guix.gnu.org/packages/python-aioftp/badges/latest-version.svg]]