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 |
what is procedure prototype and procedure interface.
How can we create subsystem in as400?
what is the purpose of ovrdta and ovrata keywords ?
What is the purpose of Level Check parameter in a Physical file?
Which command we can use to update a physical file using c.l pgm?
define the purpose of the leave operation?
What is the purpose of USROPN keyword?
What is the difference between keys of a Physical file and the keys of a logical file?
2 Answers Bank Of America, BoA,
How to declare the length of emp no in the physilcal file and the mandatory length is 6 i.e. Emp No should be numeric, mandatory and fill all the 6 places
Can you use multi format LF in CL program?
What is the difference between Array and Table?
what are two types of record are used in subfile?