Skip to main content

A flexible FTPClient library for python web development.

Project description

This is an example application that handles FTP through PyTransmit:

from pytransmit import FTPClient

ftp_obj = FTPClient()

# FTP Details
FTP_HOST = ""
FTP_USER = ""
FTP_PASS = ""
FTP_PORT = 21

# Connect to the server
ftp_obj.connect(FTP_HOST, FTP_USER, FTP_PASS, FTP_PORT)
print(ftp_obj.get_message())

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

PyTransmit-0.1.zip (4.7 kB view hashes)

Uploaded Source

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