From: hsbt@... Date: 2016-11-22T00:58:10+00:00 Subject: [ruby-core:78244] [Ruby trunk Feature#12965] net/ftp module to support optional path parameter for status Issue #12965 has been updated by Hiroshi SHIBATA. Assignee deleted (ruby-core) ---------------------------------------- Feature #12965: net/ftp module to support optional path parameter for status https://bugs.ruby-lang.org/issues/12965#change-61609 * Author: sole box * Status: Open * Priority: Normal * Assignee: ---------------------------------------- hey , in the ftp rfc one can choose to use "STAT" raw command with a path as a parameter. the result is the same as list only faster and over the control plane (i.e the same tcp session) this feature can help developers make faster implementations of their clients if they wish to without needing to send raw commands and doesn't have to break backward compatibility , the change would be very easy to implement. 3 to 4 lines of code. in fact there is a PR pending for it right now. :) -- https://bugs.ruby-lang.org/ Unsubscribe: