[ https://issues.apache.org/jira/browse/SQOOP-3237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16720251#comment-16720251 ]
ASF subversion and git services commented on SQOOP-3237: -------------------------------------------------------- Commit 4a22691f45d7d66157ff6dfaa8fca5581e0a8955 in sqoop's branch refs/heads/trunk from [~vasas] [ https://gitbox.apache.org/repos/asf?p=sqoop.git;h=4a22691 ] SQOOP-3237: Mainframe FTP transfer option to insert custom FTP commands prior to transfer (Chris Teoh via Szabolcs Vasas) > 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 (v7.6.3#76005)