Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

iftpstream Class Reference

iftpstream is a inputstream from a remote file. More...

#include <ftp.h>

Inheritance diagram for iftpstream::

tcpstream List of all members.

Public Methods

 iftpstream (FTPSocket &f, std::string rfilename, int buffer=512, timeout_t to=0)
 constructor; opens file rfilename on ftpserver. More...

 ~iftpstream ()
 destructor; ends filetransfer. More...

void close ()
 ends filetransfer. More...


Protected Attributes

FTPSocketftpref

Detailed Description

iftpstream is a inputstream from a remote file.


Constructor & Destructor Documentation

iftpstream::iftpstream FTPSocket &   f,
std::string   rfilename,
int   buffer = 512,
timeout_t   to = 0
 

constructor; opens file rfilename on ftpserver.

iftpstream::~iftpstream   [inline]
 

destructor; ends filetransfer.


Member Function Documentation

void iftpstream::close void  
 

ends filetransfer.


Member Data Documentation

FTPSocket& iftpstream::ftpref [protected]
 


The documentation for this class was generated from the following file:
Generated at Fri Dec 21 08:31:31 2001 for CommonC++ by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001