Menu

Axway Transfer CFT – Different type of Modes

Axway Transfer CFT – Different type of Modes

Note: need to load profile before executing these commands.

Interactive Mode :
c:\>CFTUTIL – Enter (without arguments)
This will open a promot where you can enter commands without CFTUTIL in the begining.

CFTU20I
CFTU20I CFT / V2 / UAIX 53L
CFTU20I Version 2.7.1 20141023
CFTU20I (C) Copyright AXWAY 1989-2014
CFTU20I ====> Starting Session on 08/19/2016 Time is 11:10:32
CFTU20I Parameters file: / DATASOFT / CFT263 / CFT / data / cftparm
CFTU20I Partners file: / DATASOFT / CFT263 / CFT / data / cftpart
CFTU20I Catalog file: / DATASOFT / CFT263 / CFT / data / cftcata
CFTU20I
1: CFT>

Then you can enter commands such as : SEND PART=PARIS, IDF=MR143HU, FNAME=’C:\temp\test-file.txt

Command Line Mode:

C:\> CFTUTIL Command [Parameters]
From the command prompt, you can enter command with CFTUTIL prefix.
Example: :> CFTUTIL SEND IDF=MR143HU, FNAME=’C:\temp\test-file.txt, “/* . . . Comment . . . */”
or
CFTUTIL LISTCAT PART=PARIS, IDF=MR143HU

Batch Mode:
In this type of mode, we can call a text file with needed commands inside it.
We can just type as below :

C:\> CFTUTIL # BatchCFTUTIL.txt (Unix: @BatchCFTUTIL.txt)

********************************************
the file contents:
********************************************
listcat PART=PARIS, IDF= MR143HU
display PART=PARIS, IDF=MR143HU
send PART=PARIS, IDF=MR143HU, FNAME=’C:\temp\test-file.txt

CFTSEND ID = ‘IDF’,
IMPL = ‘NO’,
STATE = ‘DISP’,
CYCLE = ‘0’,
/ * EXEC = ”, * /
/ * EXIT = ”, * /
/ * FACC = ”, * /
FACTION = ‘DELETE’,
MODE = ‘REPLACE’
********************************************

END

Loading

Categories:   FT, Middleware

Comments