Details
Description
Sqoop currently leverages the org.apache.commons.net.ftp.FTPClient when using the sqoop import-mainframe command. There is an FTPSClient available that extends FTPClient. The improvement request is to enable an FTPSClient option so that data transfer over the wire is secure.
See MainframeFTPClientUtils.java as a reference in Sqoop source code.