Hi
I am using ftp_size() function in my php file
It is working ok on my local window server but not working on remote Linux server.
And always return –1 even the file is exist on particular path.
Help me thanks
My code is as follow:
$strm = ftp_connect(" ")
ftp_login("$strm", " login", " pass")
echo ftp_size($strm, "public_html/malik/images/large/0.jpg");
always return –1 in case of linux server