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 |
Hi.can any body give me the code for this quesiton please.Because i dont have to try to enter the code in to the AS/400 server.Please can anybody give the answer for this question with complete code? A smple RPLE pgm which accepts the starting number and ending number as parameter.It then has to count all the odd numbers b/w the accepted range of numbers and display the results/ Ex:if the input parameters are 11 and 30 the result should be 10(11,13,15,17,19,21,23,25,27,29) Please explain and give me the complete code?
maximum number of subfiles that can defined in a rpg program for one display file is?
explain the difference between defining subfile and message-subfile?
Can an indexed file be accessed in arrival seQuence in RPG program ?
Hi friends.. i want to be a IBM MainFrame Professional.. can any body tell me what is requirement for that... i m just BA, MA, and have simple diploma in Computers. what is pre-requisite.
difference between view and index ?
can you display a empty subfile?
How we can delete all the Logical File of a Physical file in one instance ?
What is the use of Data Queues?
define data structure?
what is message file?
records can be read/update/deleted with which file?