Module suppaftp::types

source ·
Expand description

§Types

The set of valid values for FTP commands

Structs§

  • Defines a response from the ftp server

Enums§

  • File Type used in TYPE command
  • Text Format Control used in TYPE command
  • FtpError is a library-global error type to describe the different kinds of errors that might occur while using FTP.
  • Connection mode for data channel

Type Aliases§

  • Features returned by FEAT command (key, maybe value)
  • A shorthand for a Result whose error type is always an FtpError.