| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
Sends an arbitrary command to the FTP server.
ftp_streamThe link identifier of the FTP connection.
commandThe command to execute.
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.
| Předcházející | Domů | Další |
| ftp_quit | Nahoru | ftp_rawlist |