class |
FTPAccessDeniedException |
An exception that is thrown if an FTP command does not execute successfully because access to a file has been denied.
|
class |
FTPDirectoryNotEmptyException |
An exception that is thrown if an FTP command does not execute successfully because a directory is not empty.
|
class |
FTPFileAlreadyExistsException |
An exception that is thrown if an FTP command does not execute successfully because a file already exists.
|
class |
FTPFileSystemException |
An exception that is thrown if an FTP command does not execute successfully.
|
class |
FTPNoSuchFileException |
An exception that is thrown if an FTP command does not execute successfully because a file does not exist.
|
class |
FTPNotDirectoryException |
An exception that is thrown if an FTP command does not execute successfully because a file is not a directory.
|
class |
FTPNotLinkException |
An exception that is thrown if an FTP command does not execute successfully because a file is not a symbolic link.
|