Subject: How get filename from FTP::list
From: Bazsl <hs dbginc.com>
Date: Wed, 17 Oct 2007 05:31:23 +0900
The following code displays the file's date, time size and name. How can
I access just the file's name from within the block?
@@ftp.list(file_template) do |f|
puts f.name
end
Thanks.