= private = protected
mdtm(filename)
Issues the MDTM command. TODO: more info.
# File lib/net/ftp.rb, line 861 def mdtm(filename) resp = sendcmd("MDTM " + filename) if resp[0, 3] == "213" return resp[3 .. -1].strip end end