ftp_raw
ftp_raw
(PHP 5, PHP 7)
ftp_raw — Sends an arbitrary command to an FTP server
Description
array ftp_raw ( resource $ftp_stream , string $command )
Sends an arbitrary command
to the FTP server.
Parameters
-
ftp_stream
-
The link identifier of the FTP connection.
-
command
-
The command to execute.