public class FtpsConfig extends FtpConfig
Constructor and Description |
---|
FtpsConfig(String host) |
FtpsConfig(String host,
int port) |
Modifier and Type | Method and Description |
---|---|
String |
getProtect() |
String |
getProtocol() |
SSLSocketFactory |
getSocketFactory() |
boolean |
isImplicit() |
void |
setImplicit(boolean implicit) |
void |
setProtect(String protect) |
void |
setProtocol(String protocol) |
void |
setSocketFactory(SSLSocketFactory socketFactory) |
auth, getBuffSize, getConnTimeout, getDateTimeout, getHost, getLocalContentCharset, getLocalFileNameCharset, getPassword, getPort, getRemoteContentCharset, getRemoteFileNameCharset, getRemoteRootDir, getUsername, isPassiveMode, isShowHidden, rootDir, setBuffSize, setConnTimeout, setDateTimeout, setHost, setLocalContentCharset, setLocalFileNameCharset, setLocalFileNameCharset, setPassiveMode, setPort, setRemoteContentCharset, setRemoteFileNameCharset, setRemoteFileNameCharset, setRemoteRootDir, setShowHidden, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toJsonString
public FtpsConfig(String host)
public FtpsConfig(String host, int port)
public void setProtocol(String protocol)
public void setImplicit(boolean implicit)
public void setProtect(String protect)
public void setSocketFactory(SSLSocketFactory socketFactory)
public String getProtocol()
public boolean isImplicit()
public String getProtect()
public SSLSocketFactory getSocketFactory()
Copyright © 2024. All rights reserved.