= private = protected
writable?()
Returns true if the STOR command may be applied to the file.
# File lib/net/ftp.rb, line 1031 def writable? return facts["perm"].include?(ww) end