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 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/9b7f5d9bfd653bd2829620682eeef67f2e0bbdea
Srikanth Shreenivas wrote:
> I think in my proposed change:
> ...
08/18/2015
-
05:08 PM Ruby 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 }
~~~
I have prepared the changes in my fork - link given below -
https://github.com/srikanthps/ruby/commit/9b7f5d9bfd653b...
08/17/2015
-
08:48 PM Ruby 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 block, and if the "passive" flag is set to "true", then the FTP client seems to get confused in reading the server respon...