ftp_raw Sends an arbitrary command to an FTP server Description arrayftp_raw resourceftp_stream stringcommand Sends an arbitrary command to the FTP server. 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. Using <function>ftp_raw</function> to login to an FTP server manually. ]]> See Also: ftp_exec