Advertisement
Guest User

cookie

a guest
Aug 11th, 2016
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. # Step 3 : Set up Cookies
  2. wget --save-cookies=../uptobox_cookie --post-data="login=1&redir=1&username=<username>&password=<password>" -O - http://uptobox.com/?c=login > /dev/null
  3.  
  4. # Step 2 : Download Files
  5. wget -c --load-cookies=../uptobox_cookie -i <urls_filename> -nc -b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement