fix ftpserver SIZE crash

git-svn-id: file:///home/svn/framework3/trunk@6897 4d416f70-5f16-0410-b530-b9f4589650da
unstable
kris 2009-07-25 06:24:01 +00:00
parent 861f35979e
commit 00b4c62bf1
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ module Exploit::Remote::FtpServer
when 'SIZE'
c.put "213 1\r\n"
retrn
return
when 'MDTM'
c.put "213 #{Time.now.strftime("%Y%m%d%H%M%S")}\r\n"