Metadata-Version: 1.0
Name: pyftpsync
Version: 0.0.1pre.dev-20130113
Summary: Synchronize folders over FTP.
Home-page: http://pyftpsync.googlecode.com/
Author: Martin Wendt
Author-email: pyftpsync@wwwendt.de
License: The MIT License
Description: pyftpsync
        =========
        Copyright (c) 2012 Martin Wendt
        
        Synchronize local directories with FTP server.
        
        This is both:
          - a command line tool 
          - a library for use in your projects
        
        
        Project home: http://pyftpsync.googlecode.com/
        
        
        Known limitations
        -----------------
        The current status is pre-alpha and barely tested.
        The FTP server must support the MLST command.
        
        
        Usage
        -----
        Note:
            $ pyftpsync upload A B
        is essentially the same as
            $ pyftpsync download B A
        
        Verbose modes (default: 3)
            0: quiet
            1: errors only
            2: errors and summary
            3: errors, changes, and summary
            4: errors, files, and summary
            5: debug output including FTP commands
        
        
        =======
        CHANGES
        =======
        
        1.0.0 (under construction)
        ==========================
        First release
        
Keywords: python ftp synchronize tool
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
