How can the sendCommand method of FTPControlSocket be accessed. According to the documentation, one only need a FTPClient object to get access to the other classes. But, I cannot find the sendCommand available anywhere other than the FTPControlSocket class - but that of course cannot be instantiated on its own (protected).
Any input is appreciated! Thanks.