Classes in the FTPS Package
This package includes the following classes:
RWFtpsClient The client to connect to an FTP server.
RWFtpsReply The base class for all FTPS protocol reply messages.
RWFtpsDataReply A specialization class of
RWFtpsReply that contains the data to be read from or written to the underlying socket.
RWFtpsPwdReply A specialization class of
RWFtpsReply to parse the FTP protocol reply for the command
PWD that returns current directory information.