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 difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
what is the difference between udate and the system date?
What is the difference between regular logical file and join logical file?
What is the symbol used for copying & moving new field in SDA?
What is keyword PFILE specifies ?
explain the use of dftwrt display keyword?
which cl command is used to trap error messages during program execution?
what is rpg fixed logic cycle?
Why do you use Keep and Assume Keywords.
when you are defining a flat file in your program in f specs which format will you specify?
what is the command to know key fields of file?
what is xfoot opcode ?