|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ftpserver.command.AbstractCommand
org.apache.ftpserver.command.impl.STOR
public class STOR
Internal class, do not use directly.
STOR <SP> <pathname> <CRLF>
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. If the
file specified in the pathname exists at the server site, then its contents
shall be replaced by the data being transferred. A new file is created at the
server site if the file specified in the pathname does not already exist.
| Constructor Summary | |
|---|---|
STOR()
|
|
| Method Summary | |
|---|---|
void |
execute(FtpIoSession session,
FtpServerContext context,
FtpRequest request)
Execute command. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public STOR()
| Method Detail |
|---|
public void execute(FtpIoSession session,
FtpServerContext context,
FtpRequest request)
throws java.io.IOException,
FtpException
session - The current FtpIoSessioncontext - The current FtpServerContextrequest - The current FtpRequest
java.io.IOException
FtpException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||