Package tv.hd3g.transfertfiles.ftp
Class FTPESFileSystem
- java.lang.Object
-
- tv.hd3g.transfertfiles.CommonAbstractFileSystem<FTPFile>
-
- tv.hd3g.transfertfiles.ftp.FTPFileSystem
-
- tv.hd3g.transfertfiles.ftp.FTPESFileSystem
-
- All Implemented Interfaces:
Closeable,AutoCloseable,AbstractFileSystem<FTPFile>
- Direct Known Subclasses:
FTPSFileSystem
public class FTPESFileSystem extends FTPFileSystem
FTP TLS/SSL explicit client
-
-
Field Summary
-
Fields inherited from class tv.hd3g.transfertfiles.ftp.FTPFileSystem
host, port, username
-
Fields inherited from class tv.hd3g.transfertfiles.CommonAbstractFileSystem
timeoutDuration
-
-
Constructor Summary
Constructors Constructor Description FTPESFileSystem(InetAddress host, int port, String username, char[] password, boolean passiveMode, boolean ignoreInvalidCertificates, String basePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.net.ftp.FTPClientgetClient()booleanisIgnoreInvalidCertificates()StringtoString()-
Methods inherited from class tv.hd3g.transfertfiles.ftp.FTPFileSystem
close, connect, equals, getFromPath, getFtpListing, getHost, getIOBufferSize, getUsername, hashCode, isAvaliable, isPassiveMode, isReusable, setFtpListing
-
Methods inherited from class tv.hd3g.transfertfiles.CommonAbstractFileSystem
getBasePath, getPathFromRelative, getTimeout, setTimeout
-
-
-
-
Constructor Detail
-
FTPESFileSystem
public FTPESFileSystem(InetAddress host, int port, String username, char[] password, boolean passiveMode, boolean ignoreInvalidCertificates, String basePath)
-
-
Method Detail
-
getClient
public org.apache.commons.net.ftp.FTPClient getClient()
- Overrides:
getClientin classFTPFileSystem
-
toString
public String toString()
- Overrides:
toStringin classFTPFileSystem
-
isIgnoreInvalidCertificates
public boolean isIgnoreInvalidCertificates()
-
-