listable?()
Returns true if the listing commands, LIST, NLST, and MLSD are applied to the directory.
# File lib/net/ftp.rb, line 1004 def listable? return facts["perm"].include?(ll) end