

Persepolis - Graphical front-end for aria2 download manager with lots of features.aria2fe - A GUI for the CLI-based aria2 download utility.Note: These frontends do not need aria2c to be started with -enable-rpc to function. Logs will continue to be output according to the value specified in the log-level option. rw- 1 arch users 167 Aug 20 00:00 aria2.rapidshareĢ summary-interval=0: Suppresses download progress summary output and may improve overall performance. Because aria2.rapidshare the contains a username and password, it is advisable to set permissions on the file to 600, or similar.summary-interval=120: Output download progress summary every 120 seconds.max-connection-per-server=2: Set a maximum of two (2) connections to each server per file.log-level=error: Set log level to output errors only.input-file=/file/input.rapidshare: Download a list of single line of TAB separated URIs found in /file/input.rapidshare.enable-http-pipelining=true: Enable HTTP/1.1 pipelining to overcome network latency and to reduce network load.file-allocation=falloc: Call posix_fallocate(3) to allocate disk space before downloading begins.dir=/file/Downloads: Store the downloaded file(s) in /file/Downloads.allow-overwrite=true: Restart download if a corresponding control file does not exist.
#Aria2 no files found password#
http-passwd=PASSWORD: Set HTTP password as PASSWORD for password-protected logins.http-user=USER_NAME: Set HTTP username as USER_NAME for password-protected logins.Example aria2.rapidshare http-user=USER_NAME Tip: See aria2c -help=#all and aria2c(1) § OPTIONS for a complete list of configuration options. Do not use falloc with legacy file systems such as ext3 as prealloc consumes approximately the same amount of time as standard allocation would while locking the aria2 process from proceeding to download. on-download-complete=exit: Run the exit command and exit the shell once the download session is complete.ĭownload aria2-1.10.0.tar.bz2 from two separate sources to ~/Desktop before merging as aria2-1.10.0.tar.bz2 ĭownload aria2-1.9.5.tar.bz2 and save to /file/old as 2 ĭownload aria2-1.10.0.tar.bz2 and save to ~/Desktop as 2 ġ file-allocation=falloc: Recommended for newer file systems such as ext4 (with extents support), btrfs or XFS as it allocates large files (GB) almost instantly.min-split-size=5M: Only split the file if the size is larger than 2*5MB = 10MB.

#Aria2 no files found how to#
I don't kwon how to set debug to higher level, in order to catch the error. Maybe dashes are not interpreted correctly. My suspects are about the command line ExecStart=/usr/bin/aria2c -conf-path=/home/%i/.aria2/nf. Now I'm trying as root user and permissions set to that. I check all the possible options regarding permissions, none is good. I removed I can't imagine what is related to which user, therefore I don't need a daemon for only a particular user.

Maybe the author should come and explain it.įor what I made myself, I tried several configurations. Then I tried to implement the script, but I'm far away to make it work. The initial concept I found it at this forum
