curl

  1. M

    Tikona broadband auto login from Raspberry pi / linux using shell script

    Just thought of sharing this script to automate Tikona login process. if you are using Raspiberry pi as router, you can set this as startup script to login. Replace userName & password. LoginURL=$(curl 1.254.254.254 | grep -Po 'URL=\K[^"]*') curl -c cookies2 --sslv3 $LoginURL...
  2. Harsh Pranami

    Need help with Curl

    Hi friends. Suppose I use this command line to download a file "download.zip" of size 1mb from the url *www.download.com/download.zip curl *www.download.com/download.zip --range 0-499999 -o c:\download1.zip The above will download the first 499999 bytes of the file and save...
  3. aasisvinayak

    Image import

    Is there any method to import all images in the orkut album (after authentication ) using PHP? Will curl work for authentication? Any idea regarding Google's settings? Adv Thanks
  4. R

    Do not download large corrupted files again, Fix them with

    Do not download large corrupted files again, Fix them with WinHex & Curl: Bug in the download manager. Bad proxy server. Bad web server. Problems with your own computer. Re-downloading corrupted files, specially those sized over 500 MB are really painful for most of us. And there is...
Top Bottom