ftp_raw Sends an arbitrary command to an FTP server &reftitle.description; arrayftp_raw resourceftp_stream stringcommand Sends an arbitrary command to the FTP server. &reftitle.parameters; ftp_stream The link identifier of the FTP connection. command The command to execute. &reftitle.returnvalues; Returns the server's response as an array of strings. No parsing is performed on the response string, nor does ftp_raw determine if the command succeeded. &reftitle.examples; Using <function>ftp_raw</function> to login to an FTP server manually. ]]> &reftitle.seealso; ftp_exec