Guest User

Untitled

a guest
Feb 20th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. user@ubuntu:/disk1/user/Human_3.6m_data$ bash download0.sh
  2. user@ubuntu:/disk1/user/Human_3.6m_data$ --2017-12-18 23:52:10-- http://vision.imar.ro/human3.6m/filebrowser.php?download=1
  3. Connecting to [ip address]... connected.
  4. Proxy request sent, awaiting response... 302 Found
  5. Location: main_login.php [following]
  6. --2017-12-18 23:52:11-- http://vision.imar.ro/human3.6m/main_login.php
  7. Reusing existing connection to [ip address].
  8. Proxy request sent, awaiting response... 302 Found
  9. Location: https://vision.imar.ro/human3.6m/main_login.php [following]
  10. --2017-12-18 23:52:11-- https://vision.imar.ro/human3.6m/main_login.php
  11. Connecting to [ip address]... connected.
  12. WARNING: cannot verify vision.imar.ro's certificate, issued by ‘emailAddress=root@vision,CN=vision,OU=SomeOrganizationalUnit,O=SomeOrganization,L=SomeCity,ST=SomeState,C=--’:
  13. Self-signed certificate encountered.
  14. WARNING: certificate common name ‘vision’ doesn't match requested host name ‘vision.imar.ro’.
  15. Proxy request sent, awaiting response... 200 OK
  16. Length: 2600 (2.5K) [text/html]
  17. Saving to: ‘filebrowser.php?download=1.1’
  18.  
  19. filebrowser.php?download=1.1 100%[====================================================================================================>] 2.54K --.-KB/s in 0s
  20.  
  21. 2017-12-18 23:52:13 (74.0 MB/s) - ‘filebrowser.php?download=1.1’ saved [2600/2600]
  22.  
  23. wget --no-check-certificate --user usr --password pswd
  24. 'http://vision.imar.ro/human3.6m/filebrowser.php?download=1&filepath=Videos&filename=ActivitySpecific_1.tgz&downloadname=Directions'
  25.  
  26. [1] 20618
  27. [2] 20619
  28. [1]- Done filepath=Videos
  29. $
  30. [2]+ Done filename=ActivitySpecific_1.tgz
  31.  
  32. wget --no-check-certificate --keep-session-cookies --save-cookies cookies.txt
  33. --post-data 'username=foo&password=bar'
  34. 'https://vision.imar.ro/human3.6m/checklogin.php'
  35.  
  36. # Now grab the page or pages we care about.
  37. wget --no-check-certificate --load-cookies cookies.txt
  38. 'https://vision.imar.ro/human3.6m/filebrowser.php?download=1&filepath=Videos&filename=ActivitySpecific_1.tgz&downloadname=Directions'
Add Comment
Please, Sign In to add comment