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
IOException
public String getIpServer()
public FtpConnexion getFtpConnexion(String user)
public static void main(String[] args) throws IOException
IOException
public void processImage(FtpConnexion connexion, String name)
public final String getCharset()
Copyright © 2016. All Rights Reserved.