scp

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package scp

@author: xwc1125

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RZ

func RZ(ctx context.Context, client *ssh.Client, localPath string, remotePath string) error

RZ 上传文件 @param h 远程服务器信息 @param localPath 本地地址 @param remotePath 远程地址

func SZ

func SZ(ctx context.Context, client *ssh.Client, remotePath, localPath string) error

SZ 下载文件 @param h 远程服务器信息 @param remotePath 远程地址 @param localPath 本地地址

func Scp

func Scp(ctx context.Context, localToRemote bool, client *ssh.Client, localPath string, remotePath string) error

Scp 进行scp处理 @param localToRemote 是否本地复制到远程服务器 @param h 远程服务器信息 @param localPath 本地地址 @param remotePath 远程地址

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL