//
pkg.gl
Category
github.com/spatialcurrent/go-reader-writer
pkg
net
ftp
package
0.0.3
Repository:
https://github.com/spatialcurrent/go-reader-writer.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
94 SLOC
#
Functions
Fetch
Fetch returns a Reader for an object for given FTP address.
NewReader
NewReader creates a new Reader for reading from a FTP server.
NewReaderWithDeadline
NewReaderWithDeadline creates a new Reader for reading from a FTP server with a set deadline.
#
Constants
DefaultPort
No description provided by the author
DefaultTimeout
No description provided by the author
#
Structs
Reader
Reader implements the io.ReadCloser interface to enabling reading a remote file on a FTP server and closing the underlying connections.