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


Please Help Members By Posting Answers For Below Questions

how does union file maintains record formats?

834


how can u check no of records in a file?

871


what keyword must be used with protect keyword ?

1429


What is diff between EVAL & MOVE?

1187


can a single screen format occupy a screen area above and below a subfile format ?

1308


where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?

1439


what is the difference between udate and the system date?

1500


what key word is used when screen is re-display?

848


what is scan and xlate?

1423


how does the runqry show the output?

1135


when are the unique constraints executed?

850


Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?

883


what does defn do?

804


what is the use of dspatr(mdt) keyword?

1816


how do you pass parameters in cl?

1352