On Wed, Apr 14, 2004 at 08:14:22PM +0200, [EMAIL PROTECTED] wrote: > On a more general note, what 'ls' arguments are supported? Are they > supposed to be file names, shell patterns, or what ?
It depends on the server type. For ftp, ls arguments are passed to ftp server for interpretation, for http and sftp they are interpreted locally. Currently only directories can be specified as ls arguments for sftp and http. You can use cls for better compatibility with unix ls for these protocols, or make an alias: alias ls cls -- Alexander. | http://www.yars.free.net/~lav/
