public
Description: Pure Ruby implementation of an SFTP (protocols 1-6) client
Homepage: http://rubyforge.org/projects/net-ssh
Clone URL: git://github.com/jamis/net-sftp.git
jamis (author)
Thu May 01 21:08:18 -0700 2008
commit  c6d7e687023aa7f4d86984ea08a26ad29d84cfd2
tree    05fd0e961668545c1de21ebe4344b93099de4af5
parent  31820b73fab270db19d2285217469f3bab1e5b94
net-sftp / CHANGELOG.rdoc
100644 24 lines (11 sloc) 0.858 kb

2.0.0 / 1 May 2008

  • Make Net::SSH::Connection::Session#sftp accept an argument determining whether or not to block while the SFTP subsystem initializes (defaults to true) [Jamis Buck]
  • Allow Session#connect to be useful even in the open/opening states by invoking or queuing the callback block [Jamis Buck]
  • Allow custom properties to be set on upload/download initiation via the :properties option [Jamis Buck]
  • Custom properties on Download instances [Jamis Buck]
  • Add #abort! method to Upload and Download operations [Jamis Buck]
  • More complete support for file-type detection in protocol versions 1-3 [Jamis Buck]

2.0 Preview Release 2 (1.99.1) / 10 Apr 2008

  • Custom properties on Upload instances [Jamis Buck]

2.0 Preview Release 1 (1.99.0) / 22 Mar 2008

  • Rewritten! (Never, ever, do this at home.) New and improved API.