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
Can level check error occur if we do chgpf?
which are the member types which seu supports?
what are the different types of variables available in cl?
what are the different opcodes available in rpg for database access ?
what does defn do?
what are the different types of data areas?
Apart from opening of a file do we have any other use of USROPN?
how do you read changed records backward in subfile?
how do handle file exception/error?
what is the length of a variable in rpg?
What Is The Difference Between Goto & Exsr?
what is full form for dds?
what is the use of unique keyword and what level it is defined?
In 'o' Specs What Is The Opcode For Write?
how to pick up the changed records every time in a subfile after the first change made ?