ftputil 5.1.0 is now available from
https://ftputil.sschwarzer.net/download .
Changes since the last stable release 5.0.4
-------------------------------------------
- When the path encoding is specified as UTF-8, send `OPTS UTF8 ON` if
the server supports it. [1] Some servers need this command to handle
UTF-8 paths correctly.
This happens automatically; no code changes are needed. Note that if
you only use ASCII paths, this change should be irrelevant for you
anyway.
What is ftputil?
----------------
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.
See the documentation for details:
https://ftputil.sschwarzer.net/trac/wiki/Documentation
License
-------
ftputil is open source software, released under the 3-clause BSD
license (see https://opensource.org/licenses/BSD-3-Clause ).
[1] https://todo.sr.ht/~sschwarzer/ftputil/157
Best regards,
Stefan
Hi everyone,
On 2024-01-06 18:24, Stefan Schwarzer wrote:
> ftputil 5.1.0 is now available from
> https://ftputil.sschwarzer.net/download .
Actually, the version isn't available there, but can
be installed from the Python Package index (PyPI).
The download link is a leftover from the old website
structure.
Best regards,
Stefan