Hi Chaps,
I’m trying to read the file size on an FTP site.
I’ve been using ftp_size() which worked, but since have upgraded our server to IIS 7.5.
I read on http://php.net/manual/en/function.ftp-size.php, that not all servers support this.
Is there something on the server that I can change to enable this? Or is there something else I can try?
Cheers