README.md
setup.cfg
setup.py
tests/destinations/__init__.py
tests/destinations/test_directory.py
tests/destinations/test_s3.py
tests/destinations/test_sftp.py
tests/filters/__init__.py
tests/filters/gpg/__init__.py
tests/filters/gpg/decrypt.py
tests/filters/gpg/encrypt.py
tests/sources/__init__.py
tests/sources/test_directory.py
tests/sources/test_s3.py
tests/sources/test_sftp.py
xtransfer/__init__.py
xtransfer/cli.py
xtransfer/config.py
xtransfer/monitoring.py
xtransfer/multilogger.py
xtransfer/profile.py
xtransfer.egg-info/PKG-INFO
xtransfer.egg-info/SOURCES.txt
xtransfer.egg-info/dependency_links.txt
xtransfer.egg-info/entry_points.txt
xtransfer.egg-info/not-zip-safe
xtransfer.egg-info/requires.txt
xtransfer.egg-info/top_level.txt
xtransfer/destinations/__init__.py
xtransfer/destinations/file.py
xtransfer/destinations/s3.py
xtransfer/destinations/sftp.py
xtransfer/filters/__init__.py
xtransfer/filters/decrypt.py
xtransfer/filters/encrypt.py
xtransfer/filters/validate.py
xtransfer/sources/__init__.py
xtransfer/sources/file.py
xtransfer/sources/s3.py
xtransfer/sources/sftp.py