Subclasses of AbstractFtpCmdStorFile in net.sf.hermesftp.cmd.impl |
class |
FtpCmdAppe
APPEND (with create) (APPE)
This command causes the server-DTP to accept the data transferred via the data connection and to
store the data in a file at the server site. |
class |
FtpCmdStor
STORE (STOR)
This command causes the server-DTP to accept the data transferred via the data connection and to
store the data as a file at the server site. |
class |
FtpCmdStou
STORE UNIQUE (STOU)
This command behaves like STOR except that the resultant file is to be created in the current
directory under a name unique to that directory. |