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

when is a tag statement used in rpg?

1357


what is scan and xlate?

1085


when are the referential constraints executed?

629


What is the use of jdftval in as400?

910


define what a data area is along with a brief example of what it may be used for?

959






What is the difference between crtdupobj and copyf?

675


which cl command can be used at program execution to redirect the file named in an rpg program?

706


what is rpg ?

936


what is the difference between sflclr and sflinz?

1032


how do you know that records are locked?

1154


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

1115


Difference Between Ca & Cf?

698


If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...

2177


What is file access opcodes?

759


how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?

930