1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
.TH "iftpstream" 3 "19 Jul 2003" "CommonC++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
iftpstream \- iftpstream is a inputstream from a remote file
.SH SYNOPSIS
.br
.PP
\fC#include <ftp.h>\fP
.PP
Inherits \fBtcpstream\fP.
.PP
.SS "Public Methods"
.in +1c
.ti -1c
.RI "\fBiftpstream\fP (\fBFTPSocket\fP &f, string rfilename, int buffer=512, \fBtimeout_t\fP to=0)"
.br
.RI "\fIconstructor; opens file rfilename on ftpserver\fP"
.ti -1c
.RI "\fB~iftpstream\fP ()"
.br
.RI "\fIdestructor; ends filetransfer\fP"
.ti -1c
.RI "void \fBclose\fP ()"
.br
.RI "\fIends filetransfer\fP"
.in -1c
.SS "Protected Attributes"
.in +1c
.ti -1c
.RI "\fBFTPSocket\fP & \fBftpref\fP"
.br
.in -1c
.SH "DETAILED DESCRIPTION"
.PP
iftpstream is a inputstream from a remote file
.PP
.SH "CONSTRUCTOR & DESTRUCTOR DOCUMENTATION"
.PP
.SS "iftpstream::iftpstream (\fBFTPSocket\fP & f, string rfilename, int buffer = 512, \fBtimeout_t\fP to = 0)"
.PP
constructor; opens file rfilename on ftpserver
.PP
.SS "iftpstream::~iftpstream ()\fC [inline]\fP"
.PP
destructor; ends filetransfer
.PP
.SH "MEMBER FUNCTION DOCUMENTATION"
.PP
.SS "void iftpstream::close ()"
.PP
ends filetransfer
.PP
Reimplemented from \fBtcpstream\fP.
.SH "MEMBER DATA DOCUMENTATION"
.PP
.SS "\fBFTPSocket\fP& iftpstream::ftpref\fC [protected]\fP"
.PP
.SH "AUTHOR"
.PP
Generated automatically by Doxygen for CommonC++ from the source code.
|