ftp_exec
Description
bool ftp_exec ( resource ftp_stream, string command)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.
See also ftp_raw().
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.
See also ftp_raw().