Package | Description |
---|---|
com.enterprisedt.net.ftp |
Contains classes that add support for secure file transfers via the SFTP and FTPS protocols,
as well as advanced FTP features such as connection pooling and asynchronous methods.
|
Modifier and Type | Field and Description |
---|---|
protected TransferCompleteStrings |
FTPClient.transferCompleteStrings
Matcher for transfer complete
|
Modifier and Type | Method and Description |
---|---|
TransferCompleteStrings |
FTPClient.getTransferCompleteMessages()
Get class that holds fragments of server messages that indicate a transfer completed.
|
TransferCompleteStrings |
AdvancedFTPSettings.getTransferCompleteMessages()
Get class that holds fragments of server messages that indicate a transfer completed.
|
Modifier and Type | Method and Description |
---|---|
void |
FTPClient.setTransferCompleteMessages(TransferCompleteStrings transferCompleteStrings)
Set a new instance of the strings class
|
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.