Find the answer to your Linux question:
Results 1 to 2 of 2
hi all how to download a file by programatically. if you have send me some example code. thank you in advance...
  1. #1
    Linux Newbie
    Join Date
    Feb 2007
    Location
    hyderabad, india
    Posts
    247

    download a file

    hi all
    how to download a file by programatically.
    if you have send me some example code.

    thank you in advance
    "Relationships are built on trust and communication"

  2. #2
    Linux Newbie
    Join Date
    Feb 2007
    Location
    hyderabad, india
    Posts
    247

    hi

    hi
    actually i need speed(of internet in my machine)
    i tried this
    but failed
    i have to print only speed in this
    in this example i took a small file from net
    Code:
    wget http://dl.extensis.com/downloads/PF/EN/P/PortfolioServer_SQL.pdf | grep 'K/s'| sed 's/^[ \t]*//' | cut -d: -f3 | awk '{print $1}'
    can you help me in this way

    thank you in advance
    "Relationships are built on trust and communication"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...