K
kimiraikkonen
I'd like to know if there's a class that supports to get a file size
which is located on a web-server like http or ftp. As well,
"system.io.fileinfo" and "FileLen" functions will only support local
files such as the ones on harddrive. And retrieving file's size of a
http / ftp file is NOT supported.
I only found out that webbrowser control provides such-like a function
with "documentstream.length" property that returns of only the
documents size, not of a file such as .exe, .jpg etc...
How can i get size of a file that's on a http / ftp server in bytes?
Thanks
which is located on a web-server like http or ftp. As well,
"system.io.fileinfo" and "FileLen" functions will only support local
files such as the ones on harddrive. And retrieving file's size of a
http / ftp file is NOT supported.
I only found out that webbrowser control provides such-like a function
with "documentstream.length" property that returns of only the
documents size, not of a file such as .exe, .jpg etc...
How can i get size of a file that's on a http / ftp server in bytes?
Thanks