class

SF::Ftp::ListingResponse

Inherits SF::Ftp::Response / Reference / Object

Specialization of FTP response returning a filename listing

Constructors

new(response : Ftp::Response, data : String)

Default constructor

  • response - Source response
  • data - Data containing the raw listing
Source

Instance methods

dup

Returns a shallow copy of this object.

This allocates a new object and copies the contents of self into it.

Source
finalize
Source
listing

Return the array of directory/file names

Returns: Array containing the requested listing

Source