creatable?()
Returns true if files may be created in the directory by STOU, STOR, APPE, and RNTO.
# File lib/net/ftp.rb, line 972 def creatable? return facts["perm"].include?(cc) end