Metadata-Version: 1.0
Name: filexfer
Version: 0.9
Summary: An implementation of the 'filexfer' protocol used by sftp.
Home-page: http://pypi.python.org/pypi/filexfer
Author: Wim Lewis
Author-email: wiml@omnigroup com
License: BSD
Description: filexfer
        ========
        
        The ``sftp`` program uses a protocol called `filexfer`_ to
        communicate with the remote system. This Python module
        implements filexfer, which allows you to drive an sftp
        session safely without worrying about your local shell and
        so on.
        
        .. _filexfer: http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13
Keywords: sftp,ssh
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
