Class FtpServer


  • public class FtpServer
    extends java.lang.Object
    • Constructor Detail

      • FtpServer

        public FtpServer​(int listenPort,
                         FileFormat defaultfileFormat)
    • Method Detail

      • getFreePort

        public int getFreePort()
      • go

        public void go()
                throws java.io.IOException
        Throws:
        java.io.IOException
      • getIpServer

        public java.lang.String getIpServer()
      • getFtpConnexion

        public FtpConnexion getFtpConnexion​(java.lang.String user)
      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • processImage

        public void processImage​(FtpConnexion connexion,
                                 java.lang.String name)
      • getCharset

        public final java.lang.String getCharset()