I've never heard of that before, so, no, unfortunately that's not an option we've implemented. However, SecureFileTransferClient is a high level, more user-friendly class that uses the lower level SSLFTPClient for all of the actual FTP operations (and SSHFTPClient for SFTP). I suggest that you port your code from using SecureFileTransferClient to SSLFTPClient. This gives you near-total control over which commands are sent to the server.