Metadata-Version: 2.1
Name: FileTransfer
Version: 0.7.4
Summary: Application and library for file transfer.
Home-page: https://andreas19.github.io/FileTransfer/
Author: Andreas Suhre
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.5.0)
Requires-Dist: docopt (>=0.6.2)
Requires-Dist: salmagundi (>=0.7.0)

# FileTransfer

Application and library for file transfer.

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

History
-------

**2019-06-12 (0.7.4)**
 - Upgrade dependency: paramiko 2.4.2 -> 2.5.0

**2019-02-21 (0.7.3)**
 - Improve email handling code
 - Improve API

**2019-02-03 (0.7.2)**
 - Fix dependency (wrong salmagundi version in setup.cfg)

**2019-02-03 (0.7.1)**
 - Bugfix: subpackage data was not included

**2019-02-03 (0.7.0)**
 - Re-implementation of configuration handling
 - Changes in API
 - Minor changes in job and host configurations

**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.


