rwlogo
SourcePro C++ 12.0

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

FTP
[Internet Protocols Module]


Module Description

Classes for adding FTP capabilities to a client application.

Classes

class  RWFtpAgent
 Provides basic FTP file and directory access, handling more FTP protocol details than RWFtpClient, but without as much flexibility. More...
class  RWFtpClient
 Provides low-level access to the FTP client-side protocol. More...
class  RWFtpDataReply
 Specialization class of RWFtpReply containing an RWSocketPortal for data that is to be read from or written to the underlying socket. More...
class  RWFtpPwdReply
 A specialization class of RWFtpReply that attempts to parse the FTP protocol reply for the current directory information. More...
class  RWFtpReply
 The base class for all FTP protocol reply messages. More...

Functions

RWInetAddr rwFtpStringToAddr (const RWCString &addrString)
RWCString rwFtpAddrToString (const RWInetAddr &addr)

Function Documentation

RWCString rwFtpAddrToString ( const RWInetAddr addr  ) 

Returns addr converted to RWCString format. The RWCString should contain 7-bit US-ASCII data.

Header File

 #include <rw/ftp/util.h>
RWInetAddr rwFtpStringToAddr ( const RWCString addrString  ) 

Returns addrString converted to RWInetAddr format. The RWCString should contain 7-bit US-ASCII data.

Header File

 #include <rw/ftp/util.h>
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.