# Functions

Fetch returns a Reader for an object for given FTP address.
NewReader creates a new Reader for reading from a FTP server.
NewReaderWithDeadline creates a new Reader for reading from a FTP server with a set deadline.

# Constants

No description provided by the author
No description provided by the author

# Structs

Reader implements the io.ReadCloser interface to enabling reading a remote file on a FTP server and closing the underlying connections.