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