public class FtpsUtils extends FtpUtils
FTPSClient| Constructor and Description |
|---|
FtpsUtils()
Instantiates a new FtpsUtils.
|
FtpsUtils(String proxyHost,
int proxyPort)
Instantiates a new ftps utils.
|
| Modifier and Type | Method and Description |
|---|---|
void |
executePostLoginCommand()
Execute post login command.
|
org.apache.commons.net.ftp.FTPClient |
getFTPClient()
Gets the FTP client.
|
connect, connect, deleteFile, disconnect, done, getFileList, mkDir, rename, retrieveFile, retrieveFile, storeFilepublic FtpsUtils()
public FtpsUtils(String proxyHost,
int proxyPort)
proxyHost - the proxy hostproxyPort - the proxy portpublic org.apache.commons.net.ftp.FTPClient getFTPClient()
getFTPClient in class FtpUtilspublic void executePostLoginCommand()
throws Exception
FtpUtilsexecutePostLoginCommand in class FtpUtilsException - the exceptionCopyright © 2010-2020 Toolsverse. All Rights Reserved.