Skip to content

A simple Windows CMD to download single files from remote servers using SSH and SCP. Feel free to add, remove, suggest, and request.

License

Notifications You must be signed in to change notification settings

znx-x/ssh-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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:

git clone https://github.com/znx-x/ssh-downloader.git

Go to the directory using cd:

cd ssh-downloader

And use the command below to initiate the SCP request:

.\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.

About

A simple Windows CMD to download single files from remote servers using SSH and SCP. Feel free to add, remove, suggest, and request.

Topics

Resources

License

Stars

Watchers

Forks