[ruby-core:94007] [Ruby master Feature#15964] Support for RFC2389 in Net::FTP
From:
shugo@...
Date:
2019-07-30 03:33:57 UTC
List:
ruby-core #94007
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: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>