viernes, 4 de agosto de 2017

Aria2

aria2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
https://aria2.github.io/
aria2c.exe . . . . . . . . . .  5,932kB
ca-certificates.crt . . . . . 269kB

1,95MB  aria2-1.32.0-win-32bit-build1.zip
2 MB      aria2-1.32.0-win-64bit-build1.zip

There you can download source distribution and binaries for OS X, Windows and Android.
A lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.

Features

Multi-Connection Download. aria2 can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. Really speeds up your download experience.

Lightweight. aria2 doesn’t require much memory and CPU time. When disk cache is off, the physical memory usage is typically 4MiB (normal HTTP/FTP downloads) to 9MiB (BitTorrent downloads). CPU usage in BitTorrent with download speed of 2.8MiB/sec is around 6%.

Fully Featured BitTorrent Client. All features you want in BitTorrent client are available: DHT, PEX, Encryption, Magnet URI, Web-Seeding, Selective Downloads, Local Peer Discovery and UDP tracker.

Metalink Enabled. aria2 supports The Metalink Download Description Format (aka Metalink v4), Metalink version 3 and Metalink/HTTP. Metalink offers the file verification, HTTP/FTP/SFTP/BitTorrent integration and the various configurations for language, location, OS, etc.

Remote Control. aria2 supports RPC interface to control the aria2 process. The supported interfaces are JSON-RPC (over HTTP and WebSocket) and XML-RPC.

probado en windows xp (ligero y rapido) y superiores . . . . realmente es muy ligero

simple bat para tenerlo configurado con nuestras preferencias (dentro del cuadro punteado)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
@echo off
color 0a
:begin
ECHO .
ECHO -------------------------------------------------------------------------
ECHO . . . . . . . . Aria2C CMD . . . . . . . . 
ECHO -------------------------------------------------------------------------
ECHO -------------------------------------------------------------------------
ECHO -> Options. . . . . Download
ECHO 1- Files url . . . . . . . . . . .
ECHO 2- File Torrent or Magnet-ulr . . . 
ECHO -------------------------------------------------------------------------

set /p op="Enter your choice: "
if "%op%"=="1" goto op1
if "%op%"=="2" goto op2

:op1
ECHO 1- Files url
ECHO -------------------------------------------------------------------------
set /p url="Input URL: "
ECHO -------------------------------------------------------------------------
aria2c "%url%"
goto begin

:op2
ECHO 2- File Torrent . . . "Ctrl-C" . Pausar transferencia 
ECHO  .. .. .. .. .. .. ..Reanudar transferencia poner de nuevo el torrent file
ECHO -------------------------------------------------------------------------
set /p Torrent=" Input File.torrent or Magnet-URL : "
ECHO -------------------------------------------------------------------------
aria2c --bt-max-peers=20 --max-overall-upload-limit=60k --max-overall-download-limit=180k --bt-max-open-files=10 --seed-time=15 %Torrent%
goto begin

:: mas opciones de configuracion en . . . . . .

:exit
@exit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

No hay comentarios.:

Publicar un comentario