Uses of Class
com.enterprisedt.net.ftp.FileNotFoundStrings

Packages that use FileNotFoundStrings
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. 
 

Uses of FileNotFoundStrings in com.enterprisedt.net.ftp
 

Fields in com.enterprisedt.net.ftp declared as FileNotFoundStrings
protected  FileNotFoundStrings FTPClient.fileNotFoundStrings
          Matcher for permission denied
 

Methods in com.enterprisedt.net.ftp that return FileNotFoundStrings
 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.
 

Methods in com.enterprisedt.net.ftp with parameters of type FileNotFoundStrings
 void FTPClient.setFileNotFoundMessages(FileNotFoundStrings fileNotFoundStrings)
          Set a new instance of the strings class
 



Copyright © 2001-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.