Author: Stephen Roome
Date: 02-04-03 10:31
Once you've copied your keys about so that you don't need
passwords (hey that's really not very secure though!) then you can get filename completion for scp with zsh.
If you installed zsh from the ports collection and your fpath
variable is properly configured then you should be able to do:
autoload -U compinit
compinit
then try scp user@host:<TAB>
Don't look as surprised as I did though, I found it by accident!
|
|