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 FileNotFoundStrings |
FTPClient.fileNotFoundStrings
Matcher for permission denied
|
Modifier and Type | Method and Description |
---|---|
FileNotFoundStrings |
FTPClient.getFileNotFoundMessages()
Get class that holds fragments of server messages that indicate a file was
not found.
|
FileNotFoundStrings |
AdvancedFTPSettings.getFileNotFoundMessages()
Get class that holds fragments of server messages that indicate a file was
not found.
|
Modifier and Type | Method and Description |
---|---|
void |
FTPClient.setFileNotFoundMessages(FileNotFoundStrings fileNotFoundStrings)
Set a new instance of the strings class
|
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.