public class Server extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PORT |
| Constructor and Description |
|---|
Server(int port)
Initialize the ftp server on a given port
|
Server(int port,
org.apache.ftpserver.ftplet.Ftplet ftplet) |
| Modifier and Type | Method and Description |
|---|---|
void |
stop()
Stop the ftp server TODO DZ: we may want to put a port check + wait time in
here to make sure that the port is released before we continue.
|
public static final int DEFAULT_PORT
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.