Metadata-Version: 1.1
Name: ftpext
Version: 0.1.0
Summary: extensions to the 'ftplib' module
Home-page: https://github.com/kalind/ftpext
Author: Kalle Lindqvist
Author-email: kalle.lindqvist@mykolab.com
License: BSD
Description: ===============================
        ftpext
        ===============================
        
        Extensions to the 'ftplib' library.
        
        * Documentation: http://ftpext.rtfd.org.
        * GitHub: https://github.com/kalind/ftpext
        * Free software: BSD license
        
        
        
        Features
        --------
        
        * Stat -L directory listing support.
        * FXP support (CPSV/PSV).
        * Logging and other useful features, have a look yourself.
        * PRET support.
        * X-DUPE support.
            
        I've made the getter functions thread-safe to make multiple objects
        easier to handle.
        It inherits from ftplib.FTP_TLS which means that it supports both
        normal FTP and FTPS protocol, which one to use is specified when the object is
        created.
        
        Check documentation for full info.
        
Keywords: ftpext,FTP,client,library
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Internet :: File Transfer Protocol (FTP)
Classifier: Programming Language :: Python :: 3
