Requests execution of a program on the FTP server
(PHP 4 >= 4.0.3)
bool ftp_exec ( resourceftp_stream, stringcommand )
Sends a SITE EXEC command request to the FTP
server. Returns TRUE if the command was successful (server sent response code:
200); otherwise returns FALSE.