MANIFEST.in
README.rst
history.rst
license.txt
pyproject.toml
src/aioftp/__init__.py
src/aioftp/__main__.py
src/aioftp/client.py
src/aioftp/common.py
src/aioftp/errors.py
src/aioftp/pathio.py
src/aioftp/py.typed
src/aioftp/server.py
src/aioftp.egg-info/PKG-INFO
src/aioftp.egg-info/SOURCES.txt
src/aioftp.egg-info/dependency_links.txt
src/aioftp.egg-info/requires.txt
src/aioftp.egg-info/top_level.txt
tests/conftest.py
tests/test_abort.py
tests/test_client_side_socks.py
tests/test_connection.py
tests/test_corner_cases.py
tests/test_current_directory.py
tests/test_directory_actions.py
tests/test_extra.py
tests/test_file.py
tests/test_list_fallback.py
tests/test_login.py
tests/test_maximum_connections.py
tests/test_passive.py
tests/test_pathio.py
tests/test_permissions.py
tests/test_restart.py
tests/test_simple_functions.py
tests/test_throttle.py
tests/test_tls.py
tests/test_user.py