PHP 8.5.0 Alpha 4 available for testing

Voting

: zero plus six?
(Example: nine)

The Note You're Voting On

nightwalker85 at gmail dot com
20 years ago
<?
ftp_raw($ftpconn,"CLNT <client>");
?>

Is a good way to let the ftp-server know which client it's dealing with. Guess this can be useful if you're making a homemade ftp-client. Only do this if the ftp-server has responded to FEAT command with a response including CLNT.

<< Back to user notes page

To Top