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
what is the purpose of overrides?
What is a query can be displayed without saving it?
how to pick up the changed records every time in a subfile after the first change made ?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
What are the types of data structure in as400?
Space & Skip Are Which Level Keywords?
what are members?
What is compiler directive in as400? Give example of compiler directive.?
How can we arrange duplicate records in a file?
What Is The Difference Between Goto & Exsr?
can we use ASCII ,CDUP,SENDPASV commands in SFTP?
What Is Ddm ?
why is as/400 called object oriented machine?
how to run other job when one job is active?
what does the ovrdbf command do?