Uses of Class
com.github.robtimus.filesystems.ftp.FTPEnvironment.QueryParams
-
-
Uses of FTPEnvironment.QueryParams in com.github.robtimus.filesystems.ftp
Methods in com.github.robtimus.filesystems.ftp with annotations of type FTPEnvironment.QueryParams Modifier and Type Method Description FTPEnvironmentFTPEnvironment. withActivePortRange(int minPort, int maxPort)Stores the client side port range in active mode.FTPEnvironmentFTPEnvironment. withLocalAddress(InetAddress localAddr, int localPort)Stores the local address to use.FTPEnvironmentFTPEnvironment. withPoolConfig(FTPPoolConfig poolConfig)Stores the pool config to use.FTPEnvironmentFTPEnvironment. withSoLinger(boolean on, int linger)Stores whether or notSO_LINGERshould be enabled, and if so, the linger time.
-