Class FtpManager

java.lang.Object
fr.ifremer.isisfish.util.ftp.FtpManager

public class FtpManager extends Object
It's seams that it's not possible to use mutiple ftp connection to the same server. So this manager will handle only one connection for all application.
  • Field Details

    • instance

      protected static FtpManager instance
    • currentKey

      protected String currentKey
      L'identifiant de la session ouverte. Forme : login:password@host:port Si l'identifiant change, la précédente session est fermé et une autre et réouverte.
    • currentSession

      protected org.apache.commons.net.ftp.FTPClient currentSession
  • Constructor Details

    • FtpManager

      public FtpManager()
  • Method Details