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 / 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 |
what is the command used to invoke rlu ?
What is SFLSIZ ?
Define a Batch Job?
What is class of service ?
What is the purpose of the following? A CSRLOC (F1ROW F1COL)
What is the purpose of OPNQRYF (Open Query File)?
how can a message from a message file appear as a constant on the screen?
what opcode could be used to test an alphanumeric field for all numeric values?
which cl command is used to trap error messages during program execution?
How can we find from which source the program has been compiled for a given RPGLE program object?
What the purpose of the keywords FIFO, LIFO, FCFO?
How can we read file using curser? how to define a curser?