FTP source code from I-series to PC
FTP source code from I-series to PC
(OP)
This can't be that hard. All of want is a copy of my source code downloaded to my pc. I have tried just about everything. I cannot get the files to my pc. Can anyone provide a real basic ftp sequence to get my source code to the pc?
RE: FTP source code from I-series to PC
This is an IBM reference, you should be able to find the info you need..
RE: FTP source code from I-series to PC
RE: FTP source code from I-series to PC
RE: FTP source code from I-series to PC
used: ascii, cd mylibrary, ls, lcd C:\temp, mget source.*
I want to be able to use mget on all the source and download the group with an .TXT file type so that I do not have to rename each file or bring down each one individually. I have to work from home sometimes and having the homegrown source code on hand as a reference is helpful.
RE: FTP source code from I-series to PC
Now I want to get all members, i.e. these 3 REXX-sources
CODE
Then I can do following using FTP from my Windows:
CODE
Now I got the desired sources as *.MBR in local directory on my PC:
CODE
Above I used blue for commands I typed.
For example for path of the REXX-source file on iSeries I used IFS-naming convention:
/QSYS.LIB/MIKROM1.LIB/QREXSRC.FILE
Any other questions?
RE: FTP source code from I-series to PC
CODE
RE: FTP source code from I-series to PC