× 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.



Rick,

If you make a simple command named, for example, ##:

   CMD        PROMPT('BATCH FTP COMMENT')
   PARM       KWD(PARM1) TYPE(*CHAR) LEN(128)

And a simple CL which will be the CPP for the ## command:

   PGM        PARM(&PARM1)
   DCL        VAR(&PARM1) TYPE(*CHAR) LEN(128)
   RETURN

Compile them and put them in a library that will be in the library list of
the FTP client session, which you can identify by FTP'in into any server and
doing "! DSPLIBL".

Then you could use the FTP client SYSCMD (abbreviated !) facility to insert
"comments" like this:

! ## 'This is a test of FTP comments'

I believe that will leave all your text intact and not generate unnecessary
errors. Granted it isn't really a comment, but it might do what you need. It
wastes a few cycles doing nothing, but probably no worse than the
error-generating technique.

-Marty


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.