From: dan.wentworth@... Date: 2019-06-28T10:35:40+00:00 Subject: [ruby-core:93406] [Ruby trunk Feature#15964] Support for RFC2389 in Net::FTP Issue #15964 has been reported by darkphnx (Dan Wentworth). ---------------------------------------- Feature #15964: Support for RFC2389 in Net::FTP https://bugs.ruby-lang.org/issues/15964 * Author: darkphnx (Dan Wentworth) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- This patch implements [RFC 2389](https://tools.ietf.org/html/rfc2389) 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-------------------------------- rfc2389.patch (3.73 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: