Chris Teoh created SQOOP-3237: --------------------------------- Summary: Mainframe FTP transfer option to insert custom FTP commands prior to transfer Key: SQOOP-3237 URL: https://issues.apache.org/jira/browse/SQOOP-3237 Project: Sqoop Issue Type: Improvement Reporter: Chris Teoh Assignee: Chris Teoh Priority: Minor
To get some data included in the FTP transfer, some extra FTP commands need to be added prior to transfer. A sample interaction below:- ftp> binary 200 Representation type is Image ftp> {color:red}quote SITE RDW{color} 200 SITE command was accepted ftp> {color:red}quote SITE RDW READTAPEFORMAT=V{color} 200 SITE command was accepted ftp> Proposed approach: --ftpcmds {csv list of commands} -- This message was sent by Atlassian JIRA (v6.4.14#64029)