ACC SHELL

Path : /var/lib/named/proc/self/root/usr/share/zsh/4.3.10/functions/
File Upload :
Current File : //var/lib/named/proc/self/root/usr/share/zsh/4.3.10/functions/zfls

# function zfls {

emulate -L zsh
[[ $curcontext = :zf* ]] || local curcontext=:zfls

# directory hack, see zfcd
if [[ $1 = $HOME || $1 = $HOME/* ]]; then
  1="~${1#$HOME}"
fi

zfautocheck -d

zftp ls $*
# }

ACC SHELL 2018