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...
- 05-18-2007 #1Linux 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"
- 05-18-2007 #2Linux 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
can you help me in this wayCode:wget http://dl.extensis.com/downloads/PF/EN/P/PortfolioServer_SQL.pdf | grep 'K/s'| sed 's/^[ \t]*//' | cut -d: -f3 | awk '{print $1}'
thank you in advance"Relationships are built on trust and communication"


Reply With Quote