[ruby-core:93406] [Ruby trunk Feature#15964] Support for RFC2389 in Net::FTP
From:
dan.wentworth@...
Date:
2019-06-28 10:35:40 UTC
List:
ruby-core #93406
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: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>