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 / 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 |
What is the difference between production library and test library ?
the output from my cgi is correctly interpreted by ms internet explorer, whereas netscape navigator would display it as a plain text. What should I do to have also netscape interpreting the html output from my cgi?
We have seen no of parameter list but If we mention like this 'CALL PROGNAME PLIST ' how to know No of parameter name of program ?
How can we sort an array?
when would you use or not use this approach?
What is the difference between Physical and Logical files ?
What is a library list ?
what are different record spacing keywords in rlu ?
What are the different definition levels in Data Description Specifications?
How can u create a temporary file in CLP @ how to access that temporary file in RPG program?
what are the parameters required for calling ls & get command(SFTP COMMANDS) from cl progtram.... I want to transfer files(using GET COMMAND) that are retrieved by LS command ...FROM 1 SYSTEM TO ANOTHER... STEP 1:LS-list all files...from remote system STEP 2:GET-actually transfer the files(listed in step 1) from remote system to local system & get stored in some Physical file....Plz reply in detail...Thanx
what is rpg fixed logic cycle?