To send a SITE command and get the result, you can try this:
<?php
function ftpsite($conn, $cmd) {
return ftp_raw($conn, "SITE $cmd");
}
?>
To send a SITE command and get the result, you can try this:
<?php
function ftpsite($conn, $cmd) {
return ftp_raw($conn, "SITE $cmd");
}
?>