py-cpanel-ftp-api

Python client library for interacting with Cpanel's API2 FTP Module


License
Other
Install
pip install py-cpanel-ftp-api==0.9

Documentation

py-cpanel-ftp-api

Python Library for WHM/Cpanel's API2 FTP Module

https://documentation.cpanel.net/display/SDK/cPanel+API+2+-+Ftp

Installation

# pip install py-cpanel-ftp-api

Usage

from cpanel_ftp_api import CpanelFTP

cpanel = CpanelFTP("whm.example.com", "root", "strongpassword", "some_cpanel_user")
print cpanel.listftp()