# scp **Repository Path**: mirrors_chromium_googlesource/scp ## Basic Information - **Project Name**: scp - **Description**: No description available - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: upstream/master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # scp import "github.com/tmc/scp" Package scp provides a simple interface to copying files over a go.crypto/ssh session. ## func Copy ``` go func Copy(size int64, mode os.FileMode, fileName string, contents io.Reader, destinationPath string, session *ssh.Session) error ``` ## func CopyPath ``` go func CopyPath(filePath, destinationPath string, session *ssh.Session) error ```