Skip to content

Classes

Robin Rodricks edited this page Apr 21, 2024 · 18 revisions

Warning: This page is manually maintained and may be a bit out of date!

FtpClient classes

  • BaseFtpClient

    • FtpClient

      • FtpClientProxy
        • FtpClientHttp11Proxy
        • FtpClientUserAtHostProxy
        • FtpClientSocks4Proxy
        • FtpClientSocks4aProxy
        • FtpClientSocks5Proxy
        • FtpClientBlueCoatProxy
    • AsyncFtpClient

      • AsyncFtpClientProxy
        • AsyncFtpClientHttp11Proxy
        • AsyncFtpClientUserAtHostProxy
        • AsyncFtpClientSocks4Proxy
        • AsyncFtpClientSocks4aProxy
        • AsyncFtpClientSocks5Proxy
        • AsyncFtpClientBlueCoatProxy

Rule classes

  • FtpRule
    • FtpFileExtensionRule
    • FtpFileNameRule
    • FtpFileNameRegexRule
    • FtpFolderNameRule
    • FtpFolderNameRegexRule
    • FtpSizeRule

Utility classes

  • FtpListItem
  • FtpProfile
  • FtpProgress
  • FtpReply
  • FtpResult
  • FtpListParser
  • FtpExtensions
  • FtpHash

Exceptions and errors

  • FtpException
    • FtpAuthenticationException
    • FtpCommandException
    • FtpMissingSocketException
    • FtpListParseException
    • FtpSecurityNotAvailableException
Clone this wiki locally