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



Hi Booth,

> Would it muddy the waters to suggest the ! alias? Using the ! in place of
> quote helped me to underestand what is happening bettter.
>
> ! syst

I'd say it'd muddy the waters, yes.  As far as I can tell, ! and QUOTE
aren't even similar.  Not even a little bit.

Quote sends it's parameters, without any type of syntax checking to the
FTP server.  This allows you to "talk directly" to the FTP server without
the client needing to understand it.

> quote syst
  215 UNIX Type: L8 Version: BSD-199506

By contrast, ! sends nothing to the remote system.  It instead sends it's
arguments to the local operating system's command shell. (on the iSeries
that would be the CL command processor, in Windows it's the MS-DOS
command processor, on Unix it's usually /bin/sh.)

> ! syst
  Error occurred while attempting the CL command.
  Error message ID = CPF0001.
  Error found on SYST command.

I believe that ! is an alias for SYSCMD, is that what you're thinking of?
At any rate, that's very different from QUOTE.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.