https://github.com/apwhitehat/goscp
An scp-like recursive file copy utility written in Go that uses multiple connections.
https://github.com/apwhitehat/goscp
golang parallel scp
Last synced: 5 months ago
JSON representation
An scp-like recursive file copy utility written in Go that uses multiple connections.
- Host: GitHub
- URL: https://github.com/apwhitehat/goscp
- Owner: APwhitehat
- License: mit
- Created: 2018-11-15T08:28:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T05:00:08.000Z (about 7 years ago)
- Last Synced: 2025-07-06T23:02:53.035Z (8 months ago)
- Topics: golang, parallel, scp
- Language: JavaScript
- Homepage:
- Size: 4.64 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goscp
An scp-like recursive file copy utility written in Go.
Makes multiple simultaneous connections to remote to copy parallely.
Also includes an Electron based GUI.
This was done as part of course CS425: Networks