From 9604313e88916bc1470e82228ed80e38ee546ed3 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Thu, 24 Apr 2003 23:43:59 +0000 Subject: [PATCH] Additional verbage in extension description. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124526 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ftp/reference.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/reference/ftp/reference.xml b/reference/ftp/reference.xml index 4eb707ad39..c35da1ef10 100644 --- a/reference/ftp/reference.xml +++ b/reference/ftp/reference.xml @@ -1,5 +1,5 @@ - + FTP functions FTP @@ -10,7 +10,13 @@ The functions in this extension implement client access to file servers speaking the File Transfer Protocol (FTP) as defined in - &spec.ftp;. + &spec.ftp;. This extension is + meant for detailed access to an FTP server providing a wide range + of control to the executing script. If you only wish to + read from or write to a file on an FTP server, consider using + the ftp:// wrapper + with the filesystem functions + which provide a simpler and more intuitive interface.