Download From Rapidshare using Wget

oks deh langsung sajah perintahnya

man wget:

disini aku memakai opsi wget yaitu

–http-user=user
–http-passwd=password

Specify the username user and password password on an HTTP server. According to the type of the challenge, Wget will encode them using either the “basic” (insecure) or the “digest” authentication scheme.

Another way to specify username and password is in the URL itself. Either method reveals your password to anyone who bothers to run “ps”. To prevent the passwords from being seen, store them in .wgetrc or .netrc, and make sure to protect those files from other users with “chmod”. If the passwords are really important, do not leave them lying in those files either—edit the files and delete them after Wget has started the download.

For more information about security issues with Wget,

============================================================

kurang lebih artinya opsi untuk http yang minta password dan username lebih lengkapnya cari di kamus :P ~

so coba kita praktekkan, disini saya menggunakan account rapid sumbangan dari teman :P ~

[root@root]# wget  –http-user=1234567  –http-passwd=123456789 http://rapidshare.com/files/35982565/sash.part1.rar
–04:57:19– http://rapidshare.com/files/35982565/sash.part1.rar
Resolving rapidshare.com… 195.122.131.14, 195.122.131.15, 195.122.131.16, …
Connecting to rapidshare.com|195.122.131.14|:80… connected.
HTTP request sent, awaiting response… 302 Moved Temporarily
Location: http://rs107tg.rapidshare.com/files/35982565/sash.part1.rar [following]
–04:57:21– http://rs107tg.rapidshare.com/files/35982565/sash.part1.rar
Resolving rs107tg.rapidshare.com… 195.219.1.108
Connecting to rs107tg.rapidshare.com|195.219.1.108|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 100000000 (95M) [application/octet-stream]
Saving to: `sash.part1.rar.1′

7% [=====> ] 7,313,600 17.3K/s eta 95m 42s

Explore posts in the same categories: Linux

Tags: , ,

You can comment below, or link to this permanent URL from your own site.

Comment: