Current File : //usr/share/zsh/5.0.2/functions/zfclose
# function zfclose {
[[ $curcontext = :zf* ]] || local curcontext=:zfclose
zftp close
# }