Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

yafc(1) [debian man page]

YAFC(1) 						      General Commands Manual							   YAFC(1)

NAME
yafc - Yet another FTP client SYNOPSIS
yafc [options] [proto://][user[:password]@]hostname[:port][/directory] DESCRIPTION
This manual documents Yafc. Yafc is quite a powerful ftp client. It is a console interface to the ftp protocol. If you're looking for a nice GUI client, Yafc is not for you. If you, however, use ftp often and want a fast, powerful, friendly client Yafc is here for you... Some of the features are recursive get/put/ls/rm, nohup transfers, colored ls, cached directory listings, autologin and bookmarks, powerful aliases and extensive tab completion. OPTIONS
-a, --anon Try an anonymous login, ie login as "anonymous" with your email address as password. Your email address is first looked for in the config file ("anon_password"), then in the $EMAIL environment variable. If it's not found, a guess is made from your user- and host- name. -d, --debug Print all messages sent to/from server. -D, --dump-rc Prints the default configuration file to standard output. -m MECH, --mechanism=MECH Try security mechanism MECH when logging in to the host specified on the command line. This will override any 'mech' options in yafcrc or bookmarks. MECH is a colon-separated string, supported values are "krb4", "krb5" and "none". The mechanisms are tried in the order specified. -n, --norc Do not read the users configuration file. This will cause yafc to use its default settings. -p, --noproxy Do not connect via the proxy. This should be used if connection to a host on the local network. -q, --quiet Do not print the welcome message with copyright information when starting Yafc. -r FILE, --rcfile=FILE Read another configuration file. -t FILE, --trace[=FILE] Enable creation of trace file. Trace files are mainly for debugging and includes every response and command Yafc receives/sends. If FILE is specified, use that file instead of the default trace file (~/.yafc/trace/trace.pid, where pid is the process id number of Yafc.) Trace files can grow quite large and can safely be deleted. -u, --noauto Do not login automagically to the host specified on the command line. You can still use bookmark aliases, though. -U, --noalias As ---noauto, but bookmark aliases is disabled (for host on command line). -v, --verbose Print all responses received (without response code.) -w, --wait=TIME Use a different time to wait between connection attempts, in seconds. This overrides the value set by "connect_wait_time" in the configuration file. -W, --workdir=DIR Use a different working directory for configuration files and temporary files. Default is ~/.yafc. -V, --version Print version information on stdout and exit successfully. -h, --help Print a short help description on stdout and exit successfully. SEE ALSO
The full documentation for yafc is maintained as a Texinfo manual. If the info and yafc programs are properly installed at your site, the command info yafc should give you access to the complete manual. AUTHOR
Yafc was written by Martin Hedenfalk <mhe@home.se>. This manual page was created from the Texinfo documentation by Decklin Foster <deck- lin@red-bean.com> for the Debian system. YAFC(1)

Check Out this Related Man Page

AUTOCONF(1)							   User Commands						       AUTOCONF(1)

NAME
autoconf - Generate configuration scripts SYNOPSIS
autoconf [OPTION] ... [TEMPLATE-FILE] DESCRIPTION
Generate a configuration script from a TEMPLATE-FILE if given, or `configure.ac' if present, or else `configure.in'. Output is sent to the standard output if TEMPLATE-FILE is given, else into `configure'. Operation modes: -h, --help print this help, then exit -V, --version print version number, then exit -v, --verbose verbosely report processing -d, --debug don't remove temporary files -f, --force consider all files obsolete -o, --output=FILE save output in FILE (stdout is the default) -W, --warnings=CATEGORY report the warnings falling in CATEGORY [syntax] Warning categories include: `cross' cross compilation issues `obsolete' obsolete constructs `syntax' dubious syntactic constructs `all' all the warnings `no-CATEGORY' turn off the warnings on CATEGORY `none' turn off all the warnings `error' warnings are error The environment variables `M4' and `WARNINGS' are honored. Library directories: -B, --prepend-include=DIR prepend directory DIR to search path -I, --include=DIR append directory DIR to search path Tracing: -t, --trace=MACRO report the list of calls to MACRO -i, --initialization also trace Autoconf's initialization process In tracing mode, no configuration script is created. AUTHOR
Written by David J. MacKenzie and Akim Demaille. REPORTING BUGS
Report bugs to <bug-autoconf@gnu.org>. COPYRIGHT
Copyright (C) 2006 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
autoconf(1), automake(1), autoreconf(1), autoupdate(1), autoheader(1), autoscan(1), config.guess(1), config.sub(1), ifnames(1), glibtool(1). The full documentation for autoconf is maintained as a Texinfo manual. If the info and autoconf programs are properly installed at your site, the command info autoconf should give you access to the complete manual. autoconf 2.61 November 2006 AUTOCONF(1)
Man Page