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 maximum number of arrays allowed in rpg?
What is the default value for the number of increment for the physical file?
how can we run a batch job?
how can I automatically refresh a web page?
How many MONMSG commands can declare in a CL program?
how we lock a pf???? what are the parameters used in this command.how we understand whether an object is locked or not?? using command .....we have to use *PSSR? and trough *status..how??.if we give an eg to me???pls answer me anyone..
Q. HOw can read multimember file through RPG/400 and CL/400 Actully i know that we can Read multimember file in RPG through EXEFILE and EXEMBR and in cl through OVRDBF and MEMBER(3)....But i want to read 3 members by CL Program And RPG/400 program.Please write the coding(Program) for both RPG/400 and CL/400 programs? 2.What are the full forms(stands) of EXEFILE and EXEMBR?
What is Sub-System?
which of the cl command can be used to determine which logical files are dependent on a specific file?
What is the benefit of using Externally Described files over Internally Described?
In which specification Data Structures can be defined?
Q.How can more than two program be executed in batch mode through SBMJOB in CL PGM but the condition is that program must be executed one by one?Please wtite the senario? 2. IS it possibe more then two programs can be executed in batch mode and HOw it will be executed in CL program ,please write the senario?