Install Uget and Aria2 on Debian smoothly.
Install Uget and Aria2 on Debian smoothly.
I have a Debian 8 VPS, likely set up as a server. It seems the desktop isn't working, so I can't install UGET with the ARIA2 plugin from the terminal. I need to download files to the VPS using the ARIA2 web browser and make sure ARIA2 and UGET start automatically after a restart. Thanks!
Sorry, this interface is limited for CLI operations only. Consider using Wget instead. For installing Wget, run sudo apt-get install wget. To transfer files between machines, use the built-in scp command. This lets you move files from your local system to a server or back. To send a file from your local machine to the VPS, execute scp my/file/pa.th username@vps:new/file/pa.th