Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christiankuehnel/scp-test
to test the reliability of scp uploads to a server
https://github.com/christiankuehnel/scp-test
Last synced: 21 days ago
JSON representation
to test the reliability of scp uploads to a server
- Host: GitHub
- URL: https://github.com/christiankuehnel/scp-test
- Owner: ChristianKuehnel
- License: apache-2.0
- Created: 2019-03-29T09:06:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T09:22:41.000Z (almost 6 years ago)
- Last Synced: 2024-10-29T18:25:22.794Z (2 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scp-test
To test the reliability of scp uploads to a server.I had some trouble with the reliability of uploads via scp to a server and used this scripts to test and log the situation.
The script assumes that you have ssh access to the server in question and that you have write access to the `/tmp` of the server. The script uploads 100 copies of a random file of 20MB.
Syntax:
```
$ scp-test
```