summaryrefslogtreecommitdiff
path: root/lib/net/ftp.rb
AgeCommit message (Expand)Author
2021-07-07Ignore IP addresses in PASV responses by default, and add new option use_pasv_ipYusuke Endoh
2020-07-25merge revision(s) 5e81e8675a020ecd493620a4ff38db8fcf4b972a: [Backport #16780]nagachika
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-12-17Use while instead of loopKazuhiro NISHIYAMA
2019-12-17ensure to close the data connection [Bug #16413]NARUSE, Yui
2019-10-26Net::FTP: fix formatting problems for #status methodzverok
2019-09-02Add Net::FTP#features and Net::FTP#optionShugo Maeda
2019-08-30Fix keyword argument separation issues in libJeremy Evans
2018-12-31Revert "lib/net/http.rb: use connect_timeout instead of Timeout"glass
2018-12-31lib/net/http.rb: use connect_timeout instead of Timeoutglass
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-08-08net/http, net/ftp: fix session resumption with TLS 1.3rhe
2018-01-06net/ftp: fix FrozenError in BufferedSocketnormal
2017-12-14Fix a command injection vulnerability in Net::FTP.nagachika
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-10-17Fix warning: assigned but unused variablekazu
2017-09-20Prefer adapting specs to complicating library codeeregon
2017-09-20Adapt tools to follow spec/rubyspec => spec/ruby renameeregon
2016-11-29Suppress warnings.shugo
2016-11-29net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.shugo
2016-11-29net/ftp: close the socket directly when an error occurs during TLS handshake.shugo
2016-11-29net/ftp: close the connection if the TLS handshake timeout is exceeded.shugo
2016-11-26net/ftp: support timeout for TLS handshake.shugo
2016-11-23Add CR/LF check to Net::FTP#status.shugo
2016-11-23lib/net/ftp: fix typonormal
2016-11-23Disconnect immediately even if Net::FTP#close is called without quit.shugo
2016-11-23Add a new optinal argument pathname to FTP#stat.shugo
2016-11-22Add BufferedSSLSocket#send.shugo
2016-11-21ftp.rb: fix typo [ci skip]nobu
2016-11-21Add new options open_timeout and read_timeout to Net::FTP.new.shugo
2016-11-21Use dynamic dispatch instead of is_a?.shugo
2016-11-20Remove an unused variable to suppress a warning.shugo
2016-11-20remote_address should be called on @bare_sock.shugo
2016-11-20shutdown(2) should not be called for SSLSocket.shugo
2016-11-19Use Socket instead of TCPSocket/TCPServer.shugo
2016-11-19Expand abbreviated option names.shugo
2016-11-19Shut down TLS connections gracefully.shugo
2016-11-19Remove garbage.shugo
2016-11-19* remove trailing spaces.svn
2016-11-19Support TLS and hash styles options for Net::FTP.new.shugo
2016-11-15ftp.rb: use Addrinfo interfacesshugo
2016-11-15ftp.rb: use Addrinfonobu
2016-11-14net/ftp.rb: kwargsnobu
2016-11-14net/protocol.rb: kwargsnobu
2016-07-05* lib/net/ftp.rb (putline): raise an ArgumentError whenshugo
2016-02-12net/ftp.rb: NullSocket#closed?nobu
2015-11-11* lib/net/ftp.rb (initialize): Connections are in passive mode pershugo
2015-11-06change DOTQnobu
2015-10-23* lib/net/ftp.rb (gettextfile, getbinaryfile): use the safeshugo
2015-10-09* lib/net/ftp.rb (parse257): refactor.shugo