Project

General

Profile

Actions

Feature #12965

closed

net/ftp module to support optional path parameter for status

Added by solebox (sole box) over 7 years ago. Updated over 7 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:78240]

Description

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. :)

Updated by solebox (sole box) over 7 years ago

  • Assignee set to core

Updated by hsbt (Hiroshi SHIBATA) over 7 years ago

  • Assignee deleted (core)
Actions #3

Updated by shugo (Shugo Maeda) over 7 years ago

  • Status changed from Open to Closed

Applied in changeset r56879.


Add a new optinal argument pathname to FTP#stat.

Based on the patch by soleboxy.
[Fix GH-1478] [ruby-core:78240] [Feature #12965]

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0