public interface FtpServer
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStopped()
Returns the status of the FTP server.
|
void |
start()
Starts the FTP server.
|
void |
stop()
Stops the FTP server.
|
void start()
throws ProcessException
ProcessException - if the server could not be started.void stop()
boolean isStopped()
Copyright © 2023 Apache NiFi Project. All rights reserved.