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.