RWIFtpPasvReplyRWIFtpReply
RWINumReply
RWIReply
Networking Tools: Thread-hot Internet Classes (int library)
#include <rw/toolpro/nreply.h> RWIFtpPasvReply reply;
thr, net, int, tls (and possibly std)
RWIFtpPasvReply is a specialization class of RWIFtpReply. It contains the FTP server's Internet address, which is used by an FTP client to establish a TCP connection with the server.
RWIFtpPasvReply();
Constructs a default RWIFtpPasvReply.
RWInetAddr address() const;
Returns the address of the data port on the FTP server.
virtual void parse();
Provides an extended parse mechanism that knows how to extract the server address out of the reply text.
ostream& operator<<(ostream& strm, const RWIFtpPasvReply& r);
Outputs an RWIFtpPasvReply object to an ostream.
Note: This class does not have an extraction (>>) operator.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.