Actions
Feature #15964
closedSupport for RFC2389 in Net::FTP
Description
This patch implements RFC 2389 in the stdlib implementation of Net::FTP.
RFC 2389 is used to make FTP extensions discoverable and provides a way to interact with them through the FEAT and OPTS commands. A very common use case for this is where an FTP server needs to have UTF8 filename support explicitly enabled.
Patch provides two new methods, features
for returning an array of supported extensions and option
for configuring them.
Files
Updated by shugo (Shugo Maeda) over 5 years ago
- Status changed from Open to Assigned
- Assignee set to shugo (Shugo Maeda)
Updated by nobu (Nobuyoshi Nakada) about 5 years ago
- Status changed from Assigned to Closed
Actions
Like0
Like0Like0