* lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.
Thanks, Rutger Nijlunsing. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b629932863
commit
87fb7bb66d
@ -1,3 +1,8 @@
|
|||||||
|
Thu May 27 15:54:02 2004 Shugo Maeda <shugo@ruby-lang.org>
|
||||||
|
|
||||||
|
* lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.
|
||||||
|
Thanks, Rutger Nijlunsing.
|
||||||
|
|
||||||
Thu May 27 14:53:13 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
Thu May 27 14:53:13 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
* io.c (rb_io_fwrite): workaround for bcc32's fwrite bug.
|
* io.c (rb_io_fwrite): workaround for bcc32's fwrite bug.
|
||||||
|
@ -689,7 +689,7 @@ module Net
|
|||||||
return resp[3..-1].strip.to_i
|
return resp[3..-1].strip.to_i
|
||||||
end
|
end
|
||||||
|
|
||||||
MDTM_REGEXP = /^(\d\d\d\d)(\d\d)(\d\d)(\d\d)(\d\d)(\d\d)$/ # :nodoc:
|
MDTM_REGEXP = /^(\d\d\d\d)(\d\d)(\d\d)(\d\d)(\d\d)(\d\d)/ # :nodoc:
|
||||||
|
|
||||||
#
|
#
|
||||||
# Returns the last modification time of the (remote) file. If +local+ is
|
# Returns the last modification time of the (remote) file. If +local+ is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user