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
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 details)
File details
Details for the file PyTransmit-0.1.zip
.
File metadata
- Download URL: PyTransmit-0.1.zip
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26147b0fa752e83652e287ed2293373f68f3b9950d9b6956217eee93c0e145e0 |
|
MD5 | 2aba0bc10d74e7d907b43d8558511252 |
|
BLAKE2b-256 | 490fd84e35c751d03bbdfcb4f0d67f6d1e8f7f12101b1d29453296ce21e929bb |