Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

slimrat(8) [debian man page]

SLIMRAT(8)						User Contributed Perl Documentation						SLIMRAT(8)

NAME
slimrat - Command-line utility for downloading files VERSION
1.0 DESCRIPTION
Command-line download manager, capable of downloading files from several free download providers. SYNOPSIS
slimrat [OPTION...] [LINK]... OPTIONS
--help Prints a summary how to use the client. --man Prints a manual how to use the client. --daemon Makes slimrat work in the background, by properly forking and redirecting the output to a specified logfile. Only one file can be backgrounded at a time, to support multiple instances you'll need to specify differend state files to save the instances PID in. --kill Kills a single active client, by looking up the PID in a predefined state file. --list Uses the given file as a queue-file containing URLs. --check Do not download the loaded URLs, just check them. --to Specifies the target directory for the downloaded files. --address Makes the download client bind to a specific address. --config Load custom configuration file. --debug Enables maximal verbosity, which includes a lot of text on the screen and the generation of an additional dump archive. WARNING: do not use this option by default, as it keeps a whole lot of extra information in memory (including _all_ downloaded items). --quiet Makes slimrat less verbose, only displaying errors and warnings. EXAMPLES
slimrat http://rapidshare.com/files/012345678/somefile.xxx slimrat -l urls.dat -d AUTHOR
PAaXemek Vyhnal <premysl.vyhnal gmail com> Tim Besard <tim-dot-besard-at-gmail-dot-com> perl v5.10.1 2010-01-27 SLIMRAT(8)

Check Out this Related Man Page

repotrack(1)															      repotrack(1)

NAME
repotrack - track a package and its dependencies and download them SYNOPSIS
repotrack [options] package1 [package2...] DESCRIPTION
repotrack is a program for keeping track of a particular package and its dependencies. It will download one or more packages and all depen- dencies. OPTIONS
-h, --help Display a help message, and then quit. -c CONFIG, --config=CONFIG Config file to use (defaults to /etc/yum.conf). -a ARCH, --arch=ARCH Act as if running the specified arch (default: current arch). -r REPOID, --repoid=REPOID Specify repo ids to query, can be specified multiple times (default is all enabled). -t, --tempcache Use a temp dir for storing/accessing yum-cache. -p DESTDIR, --download_path=DESTDIR Path to download packages to. -u, --urls Instead of downloading RPMs, list the URLs that would be downloaded. -n, --newest Toggle downloading only the newest packages (defaults to newest-only). -q, --quiet Output as little information as possible. SEE ALSO
yum.conf (5) http://yum.baseurl.org/ AUTHORS
See the Authors file included with this program. 13 January 2013 repotrack(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Command missing

I am wondering if anyone knows a place where a person can download a command for the HP-UX 9.04 OS. The machine is just sitting around, and is not being used due to the fact that it is not Y2K compliant (or so the rumor goes). The command that does not exist is "reboot", which normally resides... (6 Replies)
Discussion started by: thekid
6 Replies

2. UNIX for Dummies Questions & Answers

it's free ????????

is solirs free or lindows and were to download it? i have a x86 p500 (3 Replies)
Discussion started by: amicrawler2000
3 Replies

3. Shell Programming and Scripting

to check redundant file names

hi i have a very simple problem iam moving files from download to archive folder but before such a transfer want to make sure no two file of same are present in my download directory how to check for redundant file names i thought of using WC but it counts inside the file (lines and... (5 Replies)
Discussion started by: maverick
5 Replies

4. Shell Programming and Scripting

boot with diff. ip and hostname

Hi, one big question. IŽll like the Sun Fire V480 to boot on two differend modes, using differend Hostnames and differend IP Adresses. IŽve tried to replace the following files with a script: /etc/hostname.ce0 /etc/net/ticlts/hosts /etc/net/ticots/hosts /etc/net/ticotsord/hosts... (1 Reply)
Discussion started by: MagicMike
1 Replies

5. AIX

nmon utility download

Can anyone let me know where could I download a copy of nmon. IBM site has removed that nmon from downloading.. (2 Replies)
Discussion started by: wtofu
2 Replies

6. Linux

downloading linux

hi when i got to download fedora there are so many options to download. I remember my teacher saying there was 3 iso files to download yet I see 6 and different options. Does anyone know which one i should download ? (2 Replies)
Discussion started by: dannyd
2 Replies

7. UNIX for Dummies Questions & Answers

COMPLETELY new to UNIX

So I am ridiculously new to UNIX. The closest thing to it I use is Mac OS X. Recently I downloaded OpenDarwin 7.2.1 just to see what it was like. I popped it into Vmware, installation and boot work well, and I login. Now I am presented with a console. I'm generally okay with command line... (2 Replies)
Discussion started by: sinister
2 Replies

8. Shell Programming and Scripting

Checking for FTP complete

Hi, I have a situation where I'm downloading multiple files from a remote system and I need to start a process after all the files are downloaded completely. How can I achieve it. Eg. I have 6 files, file1, file2, file3.... file6. I need to start a script scrpt1 after all the files have... (4 Replies)
Discussion started by: bornon2303
4 Replies

9. UNIX for Dummies Questions & Answers

Where can I download Unix?

Hey Guys I work in a job where I am starting to use Unix. I want to practice on my own personal machine. I know I can download Linux in a lot of different flavors but does anyone know where I can download UNIX? Thanks in advance. (3 Replies)
Discussion started by: Koopa_Troopa
3 Replies

10. IP Networking

how to prevent a user from downloading on lan

hi all, i want to prevent users downloading files in the office as bandwidth becomes very low and affects work. one of my friend tried to close the connection using ethercap but this does not work. i have a debian desktop while other users use MS W!ndows. Please provide any help. Thanks (5 Replies)
Discussion started by: coolatt
5 Replies

11. HP-UX

Does anyone have a goodlink for downloading Cygwin?

hi, I am looking to download cygwin. Everytime i try cygwin i fail because of slow net connection. i have downloaded the initial version of cygwin. i am looking to download the whole version ( i mean i need all the packages.) can anyone care to explain how can i add packages(install)... (2 Replies)
Discussion started by: dazdseg
2 Replies

12. Shell Programming and Scripting

Error in finding the PID by grep and assigning to a variable

Hello All, I am facing difficulty in getting the PID value & then assigning it to a variable, kindly help me in resolving the issue. Thanks a lot in advance. The custom utility used inside the Test2.sh will process the file in a batch of 10 lines at once and for efficient memory management,... (3 Replies)
Discussion started by: duddukuri
3 Replies

13. UNIX for Dummies Questions & Answers

Delay with Wget

I have a list of URLs that I need to download in a file. I know I can use the -i option to load the URLs from the file, but how can I make Wget wait a couple secs between each URL download? (4 Replies)
Discussion started by: rlopes
4 Replies

14. Windows & DOS: Issues & Discussions

FFMPEG command problem...

Hi, Currently having some trouble with FFMPEG.... I have the following files: 0001_.gif 0002_.gif ............. 0584_.gif 0585_.gif 0586_.gif 0587_.gif 0588_.gif 0589_.gif 0590_.gif 0591_.gif And am trying to use ffmpeg to join them to a video as follows: (7 Replies)
Discussion started by: pasc
7 Replies

15. Linux

OPENLDAP - not able to download profile from master

Hi, I have created a new OpenLDAP server, on RHEL 7. I am trying to connect a Solaris-10 client to it. But when I am adding this client to ldap master, it is not able to download ldap_client file and thats why service is not coming online. Need help in fixing this issue. -bash-3.2#... (4 Replies)
Discussion started by: solaris_1977
4 Replies