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