I am not sure can you. Can you give a clearer example? What browser are you using? – slotishtypeJun 6 '11 at 19:27
1
I think you should at least specify the protocol in your question, because you can download files in many ways: over HTTP, FTP, rsync, scp, bittorrent etc – vtestJun 6 '11 at 20:13
where <url> is the URL of the file you want. The response will be only the headers of the HTTP response, which may include the file size if is known by the server.
@Ignacio Both of those are used predominately with client programs that commonly provide that information already. HTTP is much more likely. You should probably ask the person asking instead. – Daniel Beck♦Jun 6 '11 at 19:46
1
Which may include the file size. If it's something that's being built and streamed on demand, the file size may not be known. – afrazierJun 6 '11 at 21:51
@afrazier thanks for the correction. – goedsonJun 6 '11 at 23:15