mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Small documentation update, including source attribution.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f3f7c40c49
commit
be7c88a3e2
1 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
|||
# = net/ftp.rb
|
||||
#
|
||||
# Written by Shugo Maeda <shugo@ruby-lang.org>.
|
||||
#
|
||||
# Documentation by Gavin Sinclair, sourced from "Programming Ruby" (Hunt/Thomas)
|
||||
# and "Ruby In a Nutshell" (Matsumoto), used with permission.
|
||||
#
|
||||
# This library is distributed under the terms of the Ruby license.
|
||||
# You can freely distribute/modify this library.
|
||||
|
@ -55,13 +58,13 @@ module Net # :nodoc:
|
|||
# == Major Methods
|
||||
#
|
||||
# The following are the methods most likely to be useful to users:
|
||||
# - #connect
|
||||
# - #login (note: <tt>FTP.new</tt> can do both connect and login instead)
|
||||
# - FTP::open
|
||||
# - #getbinaryfile
|
||||
# - #gettextfile
|
||||
# - #putbinaryfile
|
||||
# - #puttextfile
|
||||
# - #chdir
|
||||
# - #nlst
|
||||
# - #size
|
||||
# - #rename
|
||||
# - #delete
|
||||
|
|
Loading…
Reference in a new issue