https://github.com/znx-x/ssh-downloader
A simple Windows CMD to download single files from remote servers using SSH and SCP. Feel free to add, remove, suggest, and request.
https://github.com/znx-x/ssh-downloader
batchfile scp ssh tools vps
Last synced: 2 months ago
JSON representation
A simple Windows CMD to download single files from remote servers using SSH and SCP. Feel free to add, remove, suggest, and request.
- Host: GitHub
- URL: https://github.com/znx-x/ssh-downloader
- Owner: znx-x
- License: mit
- Created: 2022-07-26T09:47:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T21:34:49.000Z (over 1 year ago)
- Last Synced: 2025-02-22T19:14:20.396Z (8 months ago)
- Topics: batchfile, scp, ssh, tools, vps
- Language: Batchfile
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# SSH Downloader
A simple Windows CMD to download single files from remote servers using SSH and
SCP. Feel free to add, remove, suggest, and request.## Usage
You can clone the directory using `git clone`:```shell
git clone https://github.com/znx-x/ssh-downloader.git
```Go to the directory using `cd`:
```shell
cd ssh-downloader
```And use the command below to initiate the SCP request:
```shell
.\ssh-download
```You will be prompted to fill out the fields below:
`IP` - Remote server IP address.
`Username` - Remote server username.
`File Path` - Path of the file you want to download. Start with `/`.
`Save To` - Local path where you want to save the file.
`Password` - Remote server password.