General

Profile

srikps (Srikanth Shreenivas)

  • Login: srikps
  • Email: srikps@gmail.com
  • Registered on: 08/17/2015
  • Last sign in: 09/01/2015

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

08/19/2015

10:09 AM Ruby master Feature #11454: FTP client misbehaves in the block passed to FTP#list when using passive mode
Please note that update URL of Git Diff is: https://github.com/srikanthps/ruby/commit/9b7f5d9bfd653bd2829620682eeef... srikps (Srikanth Shreenivas)

08/18/2015

05:08 PM Ruby master Feature #11454: FTP client misbehaves in the block passed to FTP#list when using passive mode
I think in my proposed change:
~~~
yield lines
~~~
should be
~~~
lines.each { |line| yield line }
~~~
...
srikps (Srikanth Shreenivas)

08/17/2015

08:48 PM Ruby master Feature #11454 (Closed): FTP client misbehaves in the block passed to FTP#list when using passive mode
If a block is passed to "FTP#list" method, and if we try to download a binary file using "getbinaryfile" inside the b... srikps (Srikanth Shreenivas)

Also available in: Atom