aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/ftp.rb
Commit message (Expand)AuthorAgeFilesLines
* Suppress warnings.shugo2016-11-291-0/+1
* net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.shugo2016-11-291-2/+14
* net/ftp: close the socket directly when an error occurs during TLS handshake.shugo2016-11-291-1/+1
* net/ftp: close the connection if the TLS handshake timeout is exceeded.shugo2016-11-291-1/+1
* net/ftp: support timeout for TLS handshake.shugo2016-11-261-2/+2
* Add CR/LF check to Net::FTP#status.shugo2016-11-231-0/+3
* lib/net/ftp: fix typonormal2016-11-231-1/+1
* Disconnect immediately even if Net::FTP#close is called without quit.shugo2016-11-231-0/+16
* Add a new optinal argument pathname to FTP#stat.shugo2016-11-231-4/+6
* Add BufferedSSLSocket#send.shugo2016-11-221-0/+5
* ftp.rb: fix typo [ci skip]nobu2016-11-211-1/+1
* Add new options open_timeout and read_timeout to Net::FTP.new.shugo2016-11-211-2/+6
* Use dynamic dispatch instead of is_a?.shugo2016-11-211-14/+16
* Remove an unused variable to suppress a warning.shugo2016-11-201-1/+1
* remote_address should be called on @bare_sock.shugo2016-11-201-1/+1
* shutdown(2) should not be called for SSLSocket.shugo2016-11-201-4/+6
* Use Socket instead of TCPSocket/TCPServer.shugo2016-11-191-4/+4
* Expand abbreviated option names.shugo2016-11-191-17/+19
* Shut down TLS connections gracefully.shugo2016-11-191-1/+5
* Remove garbage.shugo2016-11-191-2/+1
* * remove trailing spaces.svn2016-11-191-1/+1
* Support TLS and hash styles options for Net::FTP.new.shugo2016-11-191-22/+140
* ftp.rb: use Addrinfo interfacesshugo2016-11-151-2/+3
* ftp.rb: use Addrinfonobu2016-11-151-6/+6
* net/ftp.rb: kwargsnobu2016-11-141-3/+1
* net/protocol.rb: kwargsnobu2016-11-141-2/+1
* * lib/net/ftp.rb (putline): raise an ArgumentError whenshugo2016-07-051-0/+3
* 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