|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractFtpCmdStor | |
---|---|
net.sf.hermesftp.cmd | Contains interfaces and abstract base classes implemented / extended by FTP command classes. |
net.sf.hermesftp.cmd.impl | Contains the implementation of all FTP command classes. |
Uses of AbstractFtpCmdStor in net.sf.hermesftp.cmd |
---|
Subclasses of AbstractFtpCmdStor in net.sf.hermesftp.cmd | |
---|---|
class |
AbstractFtpCmdStorFile
Abstract STOR command implementation that saves files to the local disk. |
Uses of AbstractFtpCmdStor in net.sf.hermesftp.cmd.impl |
---|
Subclasses of AbstractFtpCmdStor 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |