Hi,
can you plz tell me ...syntax for GET command in FTP & SFTP
is same or different???
Answer Posted / 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 |
Post New Answer View All Answers
how many specifications are there in rpg/400? What are they?
records can be read/update/deleted with which file?
define the purpose of the *cat function?
What are the different opcodes used for file operation on a subfile in a rpg pgm?
what is a logical file?
how can a cgi check whether an ifs object is available?
how will you search an array?
when would you prefer logical file than opnqryf?
what keyword must be used with protect keyword ?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
what is the purpose of indicators in rpg?
what would be the effect on the field where reverse image, underline and highlight display attributes were active?
why is the declare cursor statement is used for?
what if my system I runs with system value qccsid 65535?
how can I start a page in a new window?