CMD Prompt > FTP Size Command
- by Samuel Baldus
I'm developing a PHP App on IIS 7.5, which uses PHP FTP commands.
These all work, apart from ftp_size().
I've tested:
cmd.exe > ftp host > username > password > SIZE filename = Invalid Command
However, if I access the FTP site through an Internet Browser, the filesize is displayed.
Do I need to install FTP Extensions, and if so,…