A simple Windows CMD to download single files from remote servers using SSH and SCP. Feel free to add, remove, suggest, and request.
You can clone the directory using git clone:
git clone https://github.com/znx-x/ssh-downloader.gitGo to the directory using cd:
cd ssh-downloaderAnd use the command below to initiate the SCP request:
.\ssh-downloadYou 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.