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 the Select and Omit criteria in logical file?
How to change file attributes such as size, file wait time, record wait time etc., permanently?
can a indexed file be accessed in arrival sequence in rpg program?
What is the use of OVRDBF ?
what is sflinz and sflrna?
what is the purpose of indicators in rpg?
What is class of service ?
What is the purpose of the following I UDS I 1 60ORDER# I 7 90LINE#
Can anybody please tell me what is difference between SQL (STRSQL ) and WRKQRY .....?
how do you know that records are locked?
what is the difference between packed decimal and zoned decimal?
what is the function of crtdupobj command?