Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FTP Input Source Override Command

Status
Not open for further replies.

clk430

Programmer
Sep 21, 2005
235
0
0
US
The help docs list these possible execution commands:

-IA[alias]card_num[W|!W][Rcount:interval]
[K['filename']|[+'filename']|[U'filepath']||
[1'filename']|[1+'filename']|[U1'filepath']|[U1]]
{src-adptr-cmd|.}

My code is as follows:

=RUN("MyGetCCCFTP.mmc", "-WM -IAFTP1X '" + MyCmd Field:Out + "' -OF1+ '" + Filename Field FTPList:Out + "' -OE2 ")

Is the 'X' in -WM -IAFTP1X supported? It doesn't say so in the above help doc.
 
What do you want the x to do?



BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
 
Delete the input file upon success.
 
That is the default behaviour of the adapter. If the file is not being deleted, check file permissions and the audit log of the RUN map to see if it is completeing successfully.

Unless you are using type=D, which just lists the files.



BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top