//
pkg.gl
Category
github.com/c2fo/vfs/v6
backend
ftp
types
package
6.26.0
Repository:
https://github.com/c2fo/vfs.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
3
Dependents
2
Files
41 SLOC
#
Constants
OpenRead
OpenRead denotes Read mode.
OpenWrite
OpenWrite denotes Write mode.
SingleOp
No description provided by the author
#
Interfaces
Client
Client is an interface to make it easier to test.
DataConn
DataConn represents a data connection.
#
Type aliases
OpenType
OpenType represents the mode(read or write) that we open a file for.