ftp_exec
(PHP 4 >= 4.0.3)
ftp_exec -- Requests execution of a program on the FTP server
Description
bool
ftp_exec ( resource ftp_stream, string command)
Sends a SITE EXEC command request to the FTP
server. Returns the output of the command if successful; otherwise returns FALSE.