While the most often used commands are provided as member functions in
the Ftp class, this method can be used to send any FTP command to the
server. If the command requires one or more parameters, they can be
specified in parameter. If the server returns information, you can
extract it from the response using getMessage().
Send a command to the FTP server.
While the most often used commands are provided as member functions in the Ftp class, this method can be used to send any FTP command to the server. If the command requires one or more parameters, they can be specified in parameter. If the server returns information, you can extract it from the response using getMessage().