aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/ftp.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/ftp.rb (chdir, delete, gettextfile, mdtm, mkdir, nlst,shugo2015-02-101-15/+15
* normalize reference to Timeout::Errornormal2014-10-071-1/+1
* * lib/net/ftp.rb (gets, readline): read lines without LF properly.shugo2014-06-171-4/+7
* * lib/net/ftp.rb (transfercmd): Close TCP server socket even if anakr2014-05-271-14/+17
* * lib/net/ftp.rb (Net::FTP#login): [DOC] The default password forknu2014-04-101-6/+6
* * lib/net/ftp.rb: [DOC] Document Net::FTP.mdtm and .set_socket and fixzzak2013-11-071-6/+8
* fix typos. Patch by k_takata.ktsj2013-05-191-1/+1
* Document the default Net timeout values by @toolmantim [GH fixes #269]hsbt2013-03-311-2/+2
* cleanup by @vipulnsward [GH fixes #262]hsbt2013-03-221-1/+0
* * lib/net/ftp.rb (Net::FTP#retrbinary): close only if conn is not nilnaruse2012-05-211-10/+13
* * lib/net/ftp.rb (Net::FTP#transfercmd): rescue shutdown.naruse2012-05-211-10/+13
* Shutdown gracefully.naruse2012-05-201-0/+8
* * lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse2012-04-041-4/+8
* * lib/ftp/ftp.rb (Net::FTP#close): ignore exceptions from shutdown andnaruse2012-04-041-3/+3
* * lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse2012-04-031-3/+9
* * lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse2012-04-011-1/+1
* * lib/net/ftp.rb: fixed the domain name in examples.shugo2012-03-311-2/+2
* * lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo2012-03-311-8/+72
* * lib/net/ftp.rb (parse227, parse228, parse229): don't use $~.shugo2012-03-261-8/+8
* * lib/net/ftp.rb (parse227, parse228, parse229): don't use localshugo2012-03-261-4/+4
* * lib/net/ftp.rb (parse_pasv_port): refactored.shugo2012-03-261-2/+3
* * lib/net/ftp.rb (parse227, parse228, parse229): refactored.shugo2012-03-261-42/+29
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-051-4/+4
* * lib/net/ftp.rb: Add :nodoc: for private methods.drbrain2011-05-251-34/+39
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-10/+10
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-168/+168
* * lib/net/ftp.rb (module Net):drbrain2011-05-171-1/+54
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-081-1/+1
* * lib/net/ftp.rb (initialize): set @sock to a NullSocket instance toshugo2010-02-061-2/+10
* * lib/net/ftp.rb (putbinaryfile): use APPE for resume.shugo2009-11-191-2/+6
* * lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.shugo2009-10-281-3/+14
* * lib/net/ftp.rb (Net::FTP#initialize): @sock = nil.naruse2009-10-271-1/+2
* * lib/net/ftp.rb (getbinaryfile, list): call to_s to convertshugo2009-10-271-2/+2
* * lib/net/ftp.rb (login): use "anonymous@" as a default password.shugo2009-10-121-17/+1
* * lib/net/ftp.rb (retrlines): added a new block parameter.shugo2009-10-121-10/+6
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-60/+60
* * lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.matz2008-11-181-2/+2
* * lib/net/ftp.rb (login): raise FTPReplyError if passwd or acctshugo2008-08-071-0/+2
* * lib/net/ftp.rb (chdir): handle 5xx errors correctly.shugo2008-08-051-3/+3
* * lib/net/ftp.rb (Net::FTP#sendport): use divmod. [ruby-core:17557]nobu2008-07-041-5/+2
* * lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo2007-05-301-0/+4
* * lib/net/ftp.rb: moved fixes for EPIPE to the correctshugo2007-02-061-14/+14
* * lib/net/ftp.rb: check the control connection on EPIPE.shugo2007-02-061-0/+14
* * lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, andshugo2005-10-151-17/+34
* * lib/net/ftp.rb (binary=): send TYPE commands only once.shugo2004-06-201-59/+83
* * lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo2004-05-271-1/+1
* * lib/net/ftp.rb: ported documentation improvement from 1.8 branchgsinclair2004-05-091-6/+6
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-1/+1
* Small documentation update, including source attribution.gsinclair2003-08-211-2/+5
* Small changes to documentation; mainly hiding things from RDoc.gsinclair2003-08-211-6/+22