public class EmbeddedFtpServer extends Object
| Constructor and Description |
|---|
EmbeddedFtpServer(int port)
Initialize the ftp server on a given port
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.ftpserver.listener.ListenerFactory |
createListenerFactory(int port) |
void |
start() |
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.
|
protected org.apache.ftpserver.listener.ListenerFactory createListenerFactory(int port)
public void start()
public void stop()
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.