Hi,
can you plz tell me ...syntax for GET command in FTP & SFTP
is same or different???
Answers were Sorted based on User's Feedback
Answer / chin
Syntax for GET command:
GET source-lib/source file destination-lib/destination-file
(replace
Ex: GET SRCLIB/SRCFILE DSTLIB/DSTFILE (replace
==> REPLACE is to say that file should be replaced
completed and here, records will not be appended to the
existing records in the file.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ravi
Get SRCLIB/SRCFIL.MEMBER DSTLIB/DSTFIL.MEMBER (REPLACE.
An object/dupobj should exist in the AS400 system that is receiving the File.
| Is This Answer Correct ? | 0 Yes | 0 No |
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)?
Difference Between Source Physical File & Physical File?
Q.How can more than two program be executed in batch mode through SBMJOB in CL PGM but the condition is that program must be executed one by one?Please wtite the senario? 2. IS it possibe more then two programs can be executed in batch mode and HOw it will be executed in CL program ,please write the senario?
what is the favicon.ico request that my site receives now and then?
What is the difference between Array and Table?
how can I give more performance to some selected pages?
To Add A File To The 'file Selection' Option Of A Query, The Function Key To Be Pressed Is?
explain the purpose of keep and assume keywords?
What Is Default Data Type (if You Define Decimals '0') In Physical File?
What is SAA?
I am a fresher. I got project on AS 400. Can any body suggest the best book for learning of it.
how to get the particular field's records in CL without using OVRDBF,OPNQRY? tell me the concept?