Re: [FTP] Exposing the LIST data connection's InputStream

2013-11-10 Thread Jake Sebastian-Jones
Thanks for the reply, My FTPClient knowledge is obviously a bit lacking as it hadn't really clicked that FTPClient inherits from SocketClient. Jake On Sat, Nov 9, 2013 at 12:05 AM, Daniel Savarese wrote: > > In message < > cantdsqb3ne5bpshj1u07td0xtoj3sdhw_b3spwe8ef2w9hw...@mail.gmail.com> >

[FTP] Exposing the LIST data connection's InputStream

2013-11-06 Thread Jake Sebastian-Jones
Hello all, This is my first interaction with this list. While using FTPClient on an Android application I was developing, I found myself wishing I could attach a CountingInputStream to LIST requests. This was because I was requesting very large file lists on a slow connection. I thought I could