OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StubFtpServer
(Results
1 - 2
of
2
) sorted by null
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/
StubFtpServer.java
27
* <b>
StubFtpServer
</b> is the top-level class for a "stub" implementation of an FTP Server,
33
* <b>
StubFtpServer
</b> works out of the box with default command handlers that return
41
* <b>
StubFtpServer
</b> can be fully configured programmatically or within the
44
* <h4>Starting the
StubFtpServer
</h4>
45
* Here is how to start the <b>
StubFtpServer
</b> with the default configuration.
47
*
StubFtpServer
stubFtpServer
= new
StubFtpServer
();
48
*
stubFtpServer
.start();
52
* By default, <b>
StubFtpServer
</b> binds to the server control port of 21. You can use a different server control
[
all
...]
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/
StubFtpServer.java
76
* <b>
StubFtpServer
</b> is the top-level class for a "stub" implementation of an FTP Server,
82
* <b>
StubFtpServer
</b> works out of the box with default command handlers that return
90
* <b>
StubFtpServer
</b> can be fully configured programmatically or within a Spring Framework
93
* <h4>Starting the
StubFtpServer
</h4>
94
* Here is how to start the <b>
StubFtpServer
</b> with the default configuration.
96
*
StubFtpServer
stubFtpServer
= new
StubFtpServer
();
97
*
stubFtpServer
.start();
105
* PwdCommandHandler pwdCommandHandler = (PwdCommandHandler)
stubFtpServer
.getCommandHandler("PWD");
[
all
...]
Completed in 98 milliseconds