pollita         Wed Aug 20 18:13:29 2003 EDT

  Modified files:              
    /phpdoc/en/appendices       wrappers.xml 
  Log:
  Update with added context option ftp/resume_pos
  
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.24 phpdoc/en/appendices/wrappers.xml:1.25
--- phpdoc/en/appendices/wrappers.xml:1.24      Fri Aug 15 11:16:32 2003
+++ phpdoc/en/appendices/wrappers.xml   Wed Aug 20 18:13:29 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
 <appendix id="wrappers">
  <title>List of Supported Protocols/Wrappers</title>
  <para>
@@ -294,8 +294,17 @@
        <entry><literal>overwrite</literal></entry>
        <entry>
         Allow overwriting of already existing files on remote server.
+        Applies to write mode (uploading) only.
        </entry>
        <entry>&false; (Disabled)</entry>
+      </row>
+      <row>
+       <entry><literal>resume_pos</literal></entry>
+       <entry>
+        File offset at which to begin transfer.  
+        Applies to read mode (downloading) only.
+       </entry>
+       <entry>0 (Begining of File)</entry>
       </row>
      </tbody>
     </tgroup>


Reply via email to