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
|
.TH "ftp.h" 3 "19 Jul 2003" "CommonC++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
ftp.h \- \fBFile\fP Transfer Protocol sockets and streams.
.SH SYNOPSIS
.br
.PP
\fC#include <cc++/config.h>\fP
.br
\fC#include <cc++/socket.h>\fP
.br
\fC#include <string>\fP
.br
\fC#include <set>\fP
.br
\fC#include <iostream>\fP
.br
\fC#include <utility>\fP
.br
.SS "Compounds"
.in +1c
.ti -1c
.RI "struct \fBCompare\fP"
.br
.ti -1c
.RI "class \fBDirEntry\fP"
.br
.RI "\fIdirentry represents a entry in a directory\fP"
.ti -1c
.RI "class \fBFTPSocket\fP"
.br
.RI "\fIThis class represents a FTP-client to be used in c++-programms. ftp access stream class.\fP"
.ti -1c
.RI "class \fBiftpstream\fP"
.br
.RI "\fIiftpstream is a inputstream from a remote file\fP"
.ti -1c
.RI "class \fBoftpstream\fP"
.br
.RI "\fIoftpstream is a outputstream to a remote file\fP"
.in -1c
.SH "DETAILED DESCRIPTION"
.PP
\fBFile\fP Transfer Protocol sockets and streams.
.PP
.PP
.SH "AUTHOR"
.PP
Generated automatically by Doxygen for CommonC++ from the source code.
|