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)?
Answer Posted / 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 View All Answers
WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)
what is the difference between packed decimal and zoned decimal?
is there any way I can ease my rpg controls on numeric input fields? How about an input date field?
what is the command to know key fields of file?
how to define global parameter in ile ?
what are the different types of variables available in cl?
different type of cursor?
define what a data queue is along with a brief example of what it may be used for?
how do you specify page overflow indicator for printer files in rpg?
records can be read/update/deleted with which file?
what are the three line types in rlu ?
how to write code for singlepage in sqlrpgle with update ?
when do you use f-spec. Continuation line ?
what does check opcode do ?
In 'o' Specs What Is The Opcode For Write?