Skip to main content

ftps client based on pycurl

Project description

ftps

License PyPI version Continuous Integration Coverage Code Health Documentation Status Updates

ftps client based on pycurl

Motivation

If you use the python standard library to connect to an ftps server, you might have to face some bugs as described here and there.

An alternative is to give a try to pycurl which doesn’t have those problems. However, its interface is not very python and sometimes is not very pleasant to work with it.

The goal of this small library is to provide a wrapper around pycurl that can be used easily in a pythonic way.

Features

  • List remote path

  • Download remote file

  • Upload local file

Quick start

import ftps

client = ftps.FTPS(ftps.FTPS('ftp://<user>:<passwd>@<server>'))
client.list()
client.download(<remote_filename>, <local_filename>)
client.upload(<local_filename>, <remote_filename>)

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2017-03-20)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ftps-0.1.0.tar.gz (14.0 kB view hashes)

Uploaded Source

Built Distribution

ftps-0.1.0-py2.py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page