A small example package FTP
Project description
libFTP
Install Pip
pip install -i https://test.pypi.org/simple/ libFTP
Exmaple libFTP
import libFTP as lfp
lfp.Get("locahost","user account","password","dir","type","save")
localhost
is IP for ftpserver.
user account
is user account for ftpserver .
password
is *** password account** for ftpserver .
dir
is Path folder get file for ftpserver .
type
is Type file filter file get for ftpserver .
save
is Path save file in localhost from ftpserver .
- function lfp.Get can
retrun True
is Connect success. ifretrun False
is disconnect or Connect false.
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
libFTP-0.4.tar.gz
(1.7 kB
view hashes)
Built Distribution
libFTP-0.4-py3-none-any.whl
(2.1 kB
view hashes)