×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
QSH CMD('ls -A1 / > /qsys.lib/yourlib.lib/yourfile.file/yourfile.mbr')
FTP is putting files in a directory and I want to know the name so I can read via xml-into.
Actually, FTP has its own flat file listing capability too
typically, the steps are . . . .
CHGCURLIB mylib
FTP 127.0.0.1
ls <directory> (DISK
(DISK is a parm for the LS command in FTP
" (DISK stores the file name list LS subcommand into a file named
*CURLIB/LSOUTPUT.LSOUTPUT, instead of showing the results on
the display. Each time you specify the (DISK parameter with
the same current library, the contents of the
LSOUTPUT.LSOUTPUT file are changed."
- John Voris
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.