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

oftpstream Class Reference

oftpstream is a outputstream to a remote file. More...

#include <ftp.h>

Inheritance diagram for oftpstream::

tcpstream List of all members.

Public Methods

 oftpstream (FTPSocket &f, std::string rfilename, int buffer=512, timeout_t to=0)
 constructor. More...

 ~oftpstream ()
 destructor; ends transmission. More...

void close ()
 ends transmission. More...


Protected Attributes

FTPSocketftpref

Detailed Description

oftpstream is a outputstream to a remote file.


Constructor & Destructor Documentation

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

constructor.

create a oftpstream to host with filename rfilename

oftpstream::~oftpstream   [inline]
 

destructor; ends transmission.


Member Function Documentation

void oftpstream::close void  
 

ends transmission.


Member Data Documentation

FTPSocket& oftpstream::ftpref [protected]
 


The documentation for this class was generated from the following file:
Generated at Fri Jan 4 18:51:46 2002 for CommonC++ by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001