package
6.26.0
Repository: https://github.com/c2fo/vfs.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewFileSystem initializer for fileSystem struct.

# Constants

Scheme defines the filesystem type.

# Structs

File implements vfs.File interface for SFTP fs.
FileSystem implements vfs.FileSystem for the SFTP filesystem.
Location implements the vfs.Location interface specific to sftp fs.
Options holds sftp-specific options.

# Interfaces

Client is an interface to make it easier to test.
ReadWriteSeekCloser is a read write seek closer interface representing capabilities needed from std libs sftp File struct.