aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/ftp.rb
Commit message (Expand)AuthorAgeFilesLines
* net/ftp.rb: NullSocket#closed?nobu2016-02-121-0/+4
* * lib/net/ftp.rb (initialize): Connections are in passive mode pershugo2015-11-111-2/+15
* change DOTQnobu2015-11-061-9/+9
* * lib/net/ftp.rb (gettextfile, getbinaryfile): use the safeshugo2015-10-231-13/+15
* * lib/net/ftp.rb (parse257): refactor.shugo2015-10-091-18/+1
* * lib/net/ftp.rb: use frozen_string_literal: true.shugo2015-10-091-4/+6
* * lib/net/ftp.rb (mtime): use usec instead of fractions to parseshugo2015-09-281-2/+1
* * lib/net/ftp.rb (mtime): parse decimal fractions of a second asshugo2015-09-281-13/+10
* * lib/net/ftp.rb (parse_mlsx_entry): parse pathnames includingshugo2015-09-141-1/+1
* * lib/net/ftp.rb (size, modify, create, type, unique, perm, lang,shugo2015-09-131-0/+8
* * remove trailing spaces.svn2015-09-121-1/+1
* * lib/net/ftp.rb (file?, directory?, appendable?, creatable?,shugo2015-09-121-1/+107
* * lib/net/ftp.rb (FACT_PARSERS): support system dependent factsshugo2015-09-121-2/+8
* * lib/net/ftp.rb (parse_mlsx_entry, mlst) raise an FTPProtoErrorshugo2015-09-121-1/+8
* * lib/net/ftp.rb (TIME_PARSER): use "Z" instead of "00:00" toshugo2015-09-121-2/+1
* * remove trailing spaces.svn2015-09-121-1/+1
* * lib/net/ftp.rb (mlst, mlsd): support new commands MLST and MLSDshugo2015-09-121-0/+74
* * lib/net/ftp.rb (size, mdtm, system): parse responses according toshugo2015-09-111-23/+28
* * lib/net/ftp.rb (getmultiline): refactor.shugo2015-09-101-8/+8
* * lib/net/ftp.rb (list): fetch all the lines before yielding a blockshugo2015-09-081-7/+6
* * lib/net/ftp.rb (makeport): close the TCPServereregon2015-06-271-8/+3
* * 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