#autoload if which lftp >&/dev/null; then lftp "$@" elif which ncftp >&/dev/null; then ncftp "$@" fi