package
0.3.0-alpha
Repository: https://github.com/pschlump-at-hsr/gornir.git
Documentation: pkg.go.dev
# Structs
RemoteChainedCommands will open a new Session on an already opened ssh connection and execute the given command.
RemoteChainedCommandsResults is the result of calling RemoteChainedCommands.
RemoteCommand will open a new Session on an already opened ssh connection and execute the given command.
RemoteCommandResults is the result of calling RemoteCommand.
SFTPUpload will open a new SFTP session on an already opened ssh and upload a file.
SFTPUploadResult is the result of calling SFTPUpload.