//from php documentation
bool ftp_exec (resource stream, string command)
Sends a SITE EXEC command request to the ftp server. Returns FALSE if the request fails, returns the output of the command otherwise.
....
what is this SITE EXEC command? for example "ls" can't be executed. It says it's not a SITE EXEC command.
Please Help!