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
how does union file maintains record formats?
how can u check no of records in a file?
what keyword must be used with protect keyword ?
What is diff between EVAL & MOVE?
can a single screen format occupy a screen area above and below a subfile format ?
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?
what is the difference between udate and the system date?
what key word is used when screen is re-display?
what is scan and xlate?
how does the runqry show the output?
when are the unique constraints executed?
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
what does defn do?
what is the use of dspatr(mdt) keyword?
how do you pass parameters in cl?