Class FtpFileSystem

    • Field Detail

      • LOG

        private static final org.apache.commons.logging.Log LOG
      • idleClient

        private final java.util.concurrent.atomic.AtomicReference<FtpClient> idleClient
    • Constructor Detail

      • FtpFileSystem

        public FtpFileSystem​(GenericFileName rootName,
                             FtpClient ftpClient,
                             FileSystemOptions fileSystemOptions)
        Parameters:
        rootName - The root of the file system.
        ftpClient - The FtpClient.
        fileSystemOptions - The FileSystemOptions.
        Since:
        2.0 (was protected)