Jump to content

help installing uget and aria2 in debian

i have vps debian 8,probably server version,cause no desktop

 

can  i install uget with aria2 plugin from terminal?

 

so  i can download file to vps via aria2 web browser to vps??and how to setting so aria2 and uget auto startup after restart?

 

thx b4

Link to comment
Share on other sites

Link to post
Share on other sites

5 minutes ago, megaalpha said:

i have vps debian 8,probably server version,cause no desktop

 

can  i install uget with aria2 plugin from terminal?

 

so  i can download file to vps via aria2 web browser to vps??and how to setting so aria2 and uget auto startup after restart?

 

thx b4

Unfortunately, uget sucks in terms of CLI only usage. Get Wget instead. 

To install Wget:

sudo apt-get install wget

 

To move files around, there's a built in command called scp. This command will allow you to move files from your local machine to your server, or back.
To move a file from the local machine to the vps:

scp my/file/pa.th username@vps:new/file/pa.th

 

ENCRYPTION IS NOT A CRIME

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×