STRTCPFTP command is used to start FTP in CL Language
(ILECL)....can u plz tell me
which command is used to start SFTP in CL language(ILECL)?



STRTCPFTP command is used to start FTP in CL Language (ILECL)....can u plz tell me which command i..

Answer / syam

FTP = STRTCPFTP (TCP File Transfer Program)
In CL program use STRTCPFTP with parameters Like



1. STRTCPFTP RMTSYS(System name)
2. STRTCPFTP RMTSYS(*INTNETADR) INTNETADR('128.16.100.10')
TPOUT(TSTLIB/TSTFTPOUT) TBLFTPIN(TSTLIB/TSTFTPIN)

Intnetadr = IP address

SFTP = Secure File Transfer Program (interactive file
transfer program)
SFTP [[user@]host[:file [file]]]
Bye = Quit

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More IBM AS400 AllOther Interview Questions

What is the purpose of STRCMTCTL command?

1 Answers  


How to create an Access path in Synon/2E ?

1 Answers  


How to trap errors in CL?

1 Answers  


What is the use of Header Specification in RPG/400?

1 Answers  


Determine the value of the result field a. Cost = $110. 00 b. Tax = 20% c. MarkUp= 05% d. Sale = 10%

1 Answers  






What is difference between CAT, TCAT, BCAT?

1 Answers  


I have a display file with mandatory fields. Is there anyway that i can highlight those fields to bring attention to the user? The same behavior that AS400 makes when we attempt to execute a command without completing all the required parameters. Note: I have used DSPATR(HI) or DPSATR(RI) and they have different behaviors. Thanks.

2 Answers  


I/o error detected,Record Out of sequence,Permanent I/o error occured....I mean give one eg for these errors...i understand only,update/delete operation without prior read oprn..give details of remaining

1 Answers   CTS,


how can you check for a records existence without causing and i/o (chain/read)?

1 Answers   IBM,


How Many Specs Are There In Rpg & Which Are They?

0 Answers   IBM,


in conjunction with which statements can orxx and andxx conditions be used ?

1 Answers   IBM,


how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?

1 Answers   IBM,


Categories