Class FTPStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class FTPStream
    extends FilterInputStream
    A "non-seekable" ftp stream. This one doesn't support random access. It is assumed that the ftp client has been connected, put in passive mode, set to binary, and otherwise prepped for reading before creating this stream.