|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /opt/cppython/lib/python3.8/site-packages/ftputil-5.1.0.dist-info/ |
Metadata-Version: 2.1 Name: ftputil Version: 5.1.0 Summary: High-level FTP client library (virtual file system and more) Home-page: https://ftputil.sschwarzer.net/ Author: Stefan Schwarzer Author-email: sschwarzer@sschwarzer.net License: Open source (revised BSD license) Download-URL: http://ftputil.sschwarzer.net/trac/attachment/wiki/Download/ftputil-5.1.0.tar.gz?format=raw Keywords: FTP,client,library,virtual file system Platform: Pure Python Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Other Environment Classifier: Intended Audience :: Developers Classifier: Intended Audience :: System Administrators Classifier: License :: OSI Approved :: BSD License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 :: Only Classifier: Topic :: Internet :: File Transfer Protocol (FTP) Classifier: Topic :: Software Development :: Libraries :: Python Modules Classifier: Topic :: System :: Filesystems Requires-Python: >=3.6 ftputil is a high-level FTP client library for the Python programming language. ftputil implements a virtual file system for accessing FTP servers, that is, it can generate file-like objects for remote files. The library supports many functions similar to those in the os, os.path and shutil modules. ftputil has convenience functions for conditional uploads and downloads, and handles FTP clients and servers in different timezones.