1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/net
shugo 91c84cda9b * lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.
* lib/net/ftp.rb (Net::FTP#binary=): sends a TYPE command only when
  logged in. [ruby-dev:39548]
* lib/net/ftp.rb (Net::FTP#send_type_command): new private method
  which sends an appropriate TYPE command according to the value of
  @binary.
* lib/net/ftp.rb (Net::FTP#login): calls send_type_command instead
  of binary=.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-28 04:09:20 +00:00
..
.document
ftp.rb * lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true. 2009-10-28 04:09:20 +00:00
http.rb * lib/net/http.rb (transport_request): Handle timeout error by closing socket if exception raised. [ruby-core:20976] 2009-09-26 04:27:07 +00:00
https.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
imap.rb * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patch 2009-07-24 09:09:04 +00:00
pop.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
protocol.rb * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError is 2009-06-12 21:50:35 +00:00
smtp.rb * lib/net/smtp.rb (Net::SMTP#check_auth_args): should not change 2009-05-10 23:56:22 +00:00
telnet.rb * lib/net/telnet.rb (cmd): Pass FailEOF options: patch by Brian Candler [ruby-core:22723] 2009-10-08 15:34:15 +00:00