Metadata-Version: 2.1
Name: FileTransfer
Version: 0.6.0
Summary: Application and library for file transfer.
Home-page: https://andreas19.github.io/FileTransfer/
Author: Andreas19
Author-email: andreas19@posteo.eu
License: BSD-3-Clause
Project-URL: Source code, https://github.com/andreas19/FileTransfer/
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: File Transfer Protocol (FTP)
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: ftputil (>=3.4)
Requires-Dist: paramiko (>=2.4.1)
Requires-Dist: docopt (>=0.6.2)

# FileTransfer

Application and library for file transfer.

For more information visit the [documentation](https://andreas19.github.io/FileTransfer/overview.html).

History
-------

**2019-01-08 (0.6.0)**
 - Support ECDSA and Ed25519 for SFTP authentication keys
 - Change SFTP authentication key configuration
 - Remove host configurations from job configuration files

**2018-12-16 (0.5.4)**
 - Improve usage message and documentation

**2018-09-24 (0.5.3)**
 - Some minor corrections
 - Improve API

**2018-09-20 (0.5.1)**
 - Bugfix: When using the API in a script only one SFTP transfer succeeded and the others failed.

**2018-09-04 (0.5.0)**
 - First public release.


