From b9799c6942e2e771cc827f962c09cb8b59891d10 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Tue, 12 Aug 2003 21:28:58 +0000 Subject: [PATCH] Add example to ftp_site() per docbug# 25063. Also link to ftp_raw() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@137529 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ftp/functions/ftp-site.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/reference/ftp/functions/ftp-site.xml b/reference/ftp/functions/ftp-site.xml index 604608b274..a93743109c 100644 --- a/reference/ftp/functions/ftp-site.xml +++ b/reference/ftp/functions/ftp-site.xml @@ -1,5 +1,5 @@ - + @@ -20,9 +20,35 @@ useful for handling such things as file permissions and group membership. + + Sending a SITE command to an ftp server + + +]]> + + &return.success; + + See Also: + ftp_raw +