Changes between Version 33 and Version 34 of WikiStart
- Timestamp:
- Dec 29, 2018, 10:36:16 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v33 v34 1 1 = ftputil—a high-level FTP client library for Python = 2 2 3 The ftputil [http://www.python.org Python] library is a high-level interface to the [http ://docs.python.org/lib/module-ftplib.html ftplib] module. The FTPHost objects generated with ftputil allow many operations similar to those of [http://docs.python.org/lib/module-os.html os ] and [http://docs.python.org/lib/module-os.path.html os.path]. Here are two examples:3 The ftputil [http://www.python.org Python] library is a high-level interface to the [https://docs.python.org/lib/module-ftplib.html ftplib] module. The FTPHost objects generated with ftputil allow many operations similar to those of [https://docs.python.org/lib/module-os.html os ], [https://docs.python.org/lib/module-os.path.html os.path] and [https://docs.python.org/3/library/shutil.html shutil]. Here are two examples: 4 4 5 5 {{{