https://github.com/v3lip/raspdl
Easily download remote files with this script.
https://github.com/v3lip/raspdl
bash-script download downloader easy-to-use script shell-script ssh sshpass
Last synced: about 2 months ago
JSON representation
Easily download remote files with this script.
- Host: GitHub
- URL: https://github.com/v3lip/raspdl
- Owner: v3lip
- Created: 2021-05-30T17:27:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-31T10:05:53.000Z (about 5 years ago)
- Last Synced: 2025-06-17T23:38:37.286Z (about 1 year ago)
- Topics: bash-script, download, downloader, easy-to-use, script, shell-script, ssh, sshpass
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raspdl



## Intro:
This is a script I made in bash to make downloading files from my Raspberry PI much easier.
I am a lazy go so therefore making this helps me alot. You can use this to download anything
through SSH.
## Installation:
I have this setup like this (you can do this how you want, but I like using it like this because I have alot of
scripts that I plan to use and I want them in their own folder)
First you will need to download sshpass
`sudo apt-get install sshpass`
I have my script located here:
`/home/kali/installedScripts/`
Once you're in the folder of your choosing do:
`git clone https://github.com/v3lip/raspdl`
After the download you want to edit the file.
Do `nano raspdl`/`vim raspdl` and edit the following variables:
pass=PASSWORD
user=USERNAME
ip=0.0.0.0
Now you're done!
If you would like to use this script anywhere you are you would want to do this aswell:
`nano ~/.bashrc`
and add the following line:
`export PATH="/home/kali/installedScripts/:$PATH"`
NOTE: You would need to edit the /home/kali/installedScripts to your own path where the script you downloaded is located.
## usage:
raspdl -r /home/kali/Desktop/hellothere.txt -l hellothere.txt
* -r remote file path
* -l local file path