Package tv.hd3g.transfertfiles.ftp
Class FTPSFileSystem
java.lang.Object
tv.hd3g.transfertfiles.CommonAbstractFileSystem<FTPFile>
tv.hd3g.transfertfiles.ftp.FTPFileSystem
tv.hd3g.transfertfiles.ftp.FTPESFileSystem
tv.hd3g.transfertfiles.ftp.FTPSFileSystem
- All Implemented Interfaces:
Closeable,AutoCloseable,AbstractFileSystem<FTPFile>
FTP TLS/SSL implicit client
-
Field Summary
Fields inherited from class tv.hd3g.transfertfiles.ftp.FTPFileSystem
host, port, usernameFields inherited from class tv.hd3g.transfertfiles.CommonAbstractFileSystem
timeoutDuration -
Constructor Summary
ConstructorsConstructorDescriptionFTPSFileSystem(InetAddress host, int port, String username, char[] password, boolean passiveMode, boolean ignoreInvalidCertificates, String basePath) -
Method Summary
Methods inherited from class tv.hd3g.transfertfiles.ftp.FTPESFileSystem
isIgnoreInvalidCertificatesMethods inherited from class tv.hd3g.transfertfiles.ftp.FTPFileSystem
close, connect, equals, getFromPath, getFtpListing, getHost, getIOBufferSize, getUsername, hashCode, isAvaliable, isPassiveMode, isReusable, reusableHashCode, setFtpListingMethods inherited from class tv.hd3g.transfertfiles.CommonAbstractFileSystem
getBasePath, getPathFromRelative, getTimeout, setTimeoutMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface tv.hd3g.transfertfiles.AbstractFileSystem
getFromPath
-
Constructor Details
-
FTPSFileSystem
public FTPSFileSystem(InetAddress host, int port, String username, char[] password, boolean passiveMode, boolean ignoreInvalidCertificates, String basePath)
-
-
Method Details
-
getClient
public org.apache.commons.net.ftp.FTPClient getClient()- Overrides:
getClientin classFTPESFileSystem
-
toString
- Overrides:
toStringin classFTPESFileSystem
-