Skip to content

gooops/goscp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goscp - scp client in Go

Limitations

  • Only password authentication.
  • Only upload and download of files, no handling of directories
  • No checking of destination key!

Features

  • Ability to limit bandwidth (Only when destination is remote).

Why?

  • I had the requirement to send files over scp on low bandwidth infrastructure shared with critical equipment. I needed a way to make sure my transfers don't wipe out everything else during file transfers

Example

goscp -limit 20480 file user@host:file

About

Scp client written in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%