summaryrefslogtreecommitdiff
path: root/lib/net/ftp.rb
AgeCommit message (Expand)Author
2011-05-25 * lib/net/ftp.rb: Add :nodoc: for private methods.drbrain
2011-05-19* lib: revert r31635-r31638 and untabify with expand(1).nobu
2011-05-18 * lib: Convert tabs to spaces for ruby files perdrbrain
2011-05-17 * lib/net/ftp.rb (module Net):drbrain
2010-11-08* lib/*.rb: Remove unused variable warnings.marcandre
2010-02-06* lib/net/ftp.rb (initialize): set @sock to a NullSocket instance toshugo
2009-11-19* lib/net/ftp.rb (putbinaryfile): use APPE for resume.shugo
2009-10-28* lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.shugo
2009-10-27* lib/net/ftp.rb (Net::FTP#initialize): @sock = nil.naruse
2009-10-27* lib/net/ftp.rb (getbinaryfile, list): call to_s to convertshugo
2009-10-12* lib/net/ftp.rb (login): use "anonymous@" as a default password.shugo
2009-10-12* lib/net/ftp.rb (retrlines): added a new block parameter.shugo
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-11-18* lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.matz
2008-08-07* lib/net/ftp.rb (login): raise FTPReplyError if passwd or acctshugo
2008-08-05* lib/net/ftp.rb (chdir): handle 5xx errors correctly.shugo
2008-07-04* lib/net/ftp.rb (Net::FTP#sendport): use divmod. [ruby-core:17557]nobu
2007-05-30* lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo
2007-02-06* lib/net/ftp.rb: moved fixes for EPIPE to the correctshugo
2007-02-06* lib/net/ftp.rb: check the control connection on EPIPE.shugo
2005-10-15* lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, andshugo
2004-06-20* lib/net/ftp.rb (binary=): send TYPE commands only once.shugo
2004-05-27* lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo
2004-05-09 * lib/net/ftp.rb: ported documentation improvement from 1.8 branchgsinclair
2004-04-18* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu
2003-08-21Small documentation update, including source attribution.gsinclair
2003-08-21Small changes to documentation; mainly hiding things from RDoc.gsinclair
2003-07-30* lib/net/ftp.rb (return_code): obsolete.shugo
2003-07-30* lib/net/ftp.rb (get): fix wrong argument name. Thanks to Williamshugo
2003-07-29Small documentation correction.gsinclair
2003-07-19* string.c (rb_str_match2): add warning to "~string".matz
2003-06-13* lib/net/ftp.rb (storebinary): seek correctly. Thanks, William Webber.shugo
2003-01-31Added RDoc comments. See comments at EOF for remaining issues.gsinclair
2002-07-18* lib/net/ftp.rb (set_socket): new method.shugo
2002-07-11* string.c (rb_str_slice_bang): if there's no correspondingmatz
2002-07-03* lib/net/ftp.rb (get): new method.shugo
2002-07-03* lib/net/ftp.rb (getbinaryfile): the second argument (localfile)shugo
2002-07-03* lib/net/ftp.rb: use &block and yield for speed.shugo
2002-06-11* lib/net/ftp.rb (noop): new method.shugo
2000-12-21shugoshugo
2000-09-12matz: 1.6.0 final (hopufully)matz
2000-08-17Added default blocksize to Net::FTP#getbinaryfileshugo
2000-08-15matzmatz
2000-07-10matzmatz
2000-06-22*** empty log message ***shugo
2000-03-062000-03-06matz
2000-02-08*** empty log message ***shugo