Uses of Class
net.sf.hermesftp.cmd.AbstractFtpCmdStorFile

Packages that use AbstractFtpCmdStorFile
net.sf.hermesftp.cmd.impl Contains the implementation of all FTP command classes. 
 

Uses of AbstractFtpCmdStorFile in net.sf.hermesftp.cmd.impl
 

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.
 



Copyright © 2005-2007 Lars Behnke. All Rights Reserved.