Does anyone know how to get the size of a file , but the file is on the internet i.e. On a website.

I tried this :
Code:
    Filesystem.Filelen(Path As String) As Long
I think it only works on local files though.

Can anyone help ?