<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
 pkg
 doc
 coverage
+ri</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,14 @@ require 'net/ssh'
 require 'net/sftp/session'
 
 module Net
-  
+
+  # Net::SFTP is a pure-Ruby module for programmatically interacting with a
+  # remote host via the SFTP protocol (that's SFTP as in &quot;Secure File Transfer
+  # Protocol&quot; produced by the Secure Shell Working Group, not &quot;Secure FTP&quot;
+  # and certainly not &quot;Simple FTP&quot;).
+  #
+  # See Net::SFTP#start for an introduction to the library. Also, see
+  # Net::SFTP::Session for further documentation.
   module SFTP
     # A convenience method for starting a standalone SFTP session. It will
     # start up an SSH session using the given arguments (see the documentation</diff>
      <filename>lib/net/sftp.rb</filename>
    </modified>
    <modified>
      <diff>@@ -109,7 +109,7 @@ module Net; module SFTP
       # Net::SFTP::Operations::Download for a full discussion of hos this method can be
       # used.
       #
-      #   download = sftp.downnload(&quot;/remote/path&quot;, &quot;/local/path&quot;)
+      #   download = sftp.download(&quot;/remote/path&quot;, &quot;/local/path&quot;)
       #   download.wait
       def download(remote, local, options={}, &amp;block)
         Operations::Download.new(self, local, remote, options, &amp;block)</diff>
      <filename>lib/net/sftp/session.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ebf5d5380cc533b69b308baa2e396e4a18abc900</id>
    </parent>
  </parents>
  <author>
    <name>Jamis Buck</name>
    <login>jamis</login>
    <email>jamis@37signals.com</email>
  </author>
  <url>http://github.com/jamis/net-sftp/commit/8a162edac058f9410cf17245afcab31f0bb265ba</url>
  <id>8a162edac058f9410cf17245afcab31f0bb265ba</id>
  <committed-date>2008-03-13T21:08:55-07:00</committed-date>
  <authored-date>2008-03-13T21:08:55-07:00</authored-date>
  <message>more documentation, to make the ri docs more useful</message>
  <tree>07c0052dead3765c1f3397d0b90973c5e143cc43</tree>
  <committer>
    <name>Jamis Buck</name>
    <login>jamis</login>
    <email>jamis@37signals.com</email>
  </committer>
</commit>
