×
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.
On Tue, Oct 30, 2018 at 11:36 AM Rob Berendt <rob@xxxxxxxxx> wrote:
Using ls within qsh supports the options
Using ls within ftp does not. Irregardless of the client.
The most that an FTP client can do is take what the FTP server gives
it in response to a LIST or MLSD command. The FTP client is under no
obligation to provide an "ls" command at all. *Most* FTP clients
*happen* to provide "get" and "put" but these are merely user-facing
wrappers. Likewise, if your FTP client lets you do "ls", it's just as
a courtesy to reduce the impedance between what the user might find
intuitive or be used to in other contexts, and the actual machinery of
the FTP protocol.
In contrast, the ls you get in QSH is an actual program called "ls".
And it lives on the i, and is specifically modeled after (or ported
from) Unix's program of the same name.
John Y.
As an Amazon Associate we earn from qualifying purchases.