From: shugo@... Date: 2019-07-30T03:33:57+00:00 Subject: [ruby-core:94007] [Ruby master Feature#15964] Support for RFC2389 in Net::FTP Issue #15964 has been updated by shugo (Shugo Maeda). Assignee set to shugo (Shugo Maeda) Status changed from Open to Assigned ---------------------------------------- Feature #15964: Support for RFC2389 in Net::FTP https://bugs.ruby-lang.org/issues/15964#change-80229 * Author: darkphnx (Dan Wentworth) * Status: Assigned * Priority: Normal * Assignee: shugo (Shugo Maeda) * 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: