package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev

# Functions

CreateCommand creates and returns a new SCP command with specified configuration.
CreateDownloadCommand configures and returns a command used to download a file.
CreateUploadCommand configures and returns a command used to upload a file.
Source: os/stat_linux.go.

# Constants

ErrByte tells that next goes an error string.
OKByte is SCP OK message bytes.
WarnByte tells that next goes a warning string.

# Structs

Config describes Command configuration settings.
Flags describes SCP command line flags.

# Interfaces

Command is an API that describes command operations.
FileInfo provides access to file metadata.
FileSystem is an interface that abstracts file system methods used in SCP command functions.