public class FtpServer extends Object
| Constructor and Description |
|---|
FtpServer(int listenPort,
FileFormat defaultfileFormat) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharset() |
int |
getFreePort() |
FtpConnexion |
getFtpConnexion(String user) |
String |
getIpServer() |
void |
go() |
static void |
main(String[] args) |
void |
processImage(FtpConnexion connexion,
String name) |
public FtpServer(int listenPort,
FileFormat defaultfileFormat)
public int getFreePort()
public void go()
throws IOException
IOExceptionpublic String getIpServer()
public FtpConnexion getFtpConnexion(String user)
public static void main(String[] args) throws IOException
IOExceptionpublic void processImage(FtpConnexion connexion, String name)
public final String getCharset()
Copyright © 2016. All Rights Reserved.