it can download only 2kb

i try to download 250mb file but it cant i am thinking it is about ipfw?

Code:
fetch [url]http://k*********.com/******.tar.gz[/url]
*****.tar.gz                               100% of 2046  B   20 MBps
 
It could be, that there is JS script that will redirect to link to download file.
In this case fetch will only download index file (or something like that)

download with browser
 
i can download with browser and i try download another freebsd server i can download
but i cant fetch the file this server.
 
sorry i saw problem this is true error :

Code:
fetch: [url]http://*****.com/****.rar:[/url] size of remote file is not known
****.rar                                            2031  B   20 MBps
 
Back
Top