Archive: Size of a file on a remote server


Size of a file on a remote server
Is it possible to get the size of a file which is located on a remote server? I would like to display this information in the "Space required" field.


NSISdl doesn't support getting just the headers, so you can either create a file on the server containing the required information or a server-side script that will output the required information.


Thank you for information.