Class FtpServer

java.lang.Object
net.sourceforge.plantuml.ftp.FtpServer

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

    Constructors
    Constructor
    Description
    FtpServer(int listenPort, FileFormat defaultfileFormat)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final java.lang.String
     
    int
     
    getFtpConnexion(java.lang.String user)
     
    java.lang.String
     
    void
    go()
     
    static void
    main(java.lang.String[] args)
     
    void
    processImage(FtpConnexion connexion, java.lang.String name)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FtpServer

      public FtpServer(int listenPort, FileFormat defaultfileFormat)
  • Method Details

    • 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()