Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: scp completion options



On Thu, Jun 28, 2018 at 1:56 PM, David Woodfall <dave@xxxxxxxxxxxxxx> wrote:
>
> Things I've tested so far:
>
> [...]

_remote_files is most likely running
  ssh -o BatchMode=yes -a -x $host ls -d1FL --
where $host is obviously the remote name.  Try running that directly
from your command line and see what you get.

Try again replacing "ls" with /bin/ls just in case an alias is somehow
being invoked, or find out if you have some other "ls" in the default
search path.



Messages sorted by: Reverse Date, Date, Thread, Author