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

SIEVE(1)							   User Commands							  SIEVE(1)

NAME
sieve - a mail filtering tool. SYNOPSIS
sieve [OPTION...] SCRIPT DESCRIPTION
GNU sieve -- a mail filtering tool. -c, --compile-only compile script and exit -d, --debug[=FLAGS] debug flags (defaults to "TPt") -D, --dump compile script, dump disassembled sieve code to terminal and exit -e, --email=ADDRESS override user email address -E, --expression treat SCRIPT as Sieve program text -f, --mbox-url=MBOX mailbox to sieve (defaults to user's mail spool) -k, --keep-going keep on going if execution fails on a message --line-info[=BOOL] print source location along with action logs (default) -n, --no-actions, --dry-run do not execute any actions, just print what would be done --no-program-name do not prefix diagnostic messages with the program name -t, --ticket=TICKET ticket file for user authentication -v, --verbose log all actions Sieve options --clear-include-path clear Sieve include path --clear-library-path, --clearpath clear Sieve library path -I, --includedir=DIR append DIR to the list of directories searched for include files --libdir-prefix=DIR add DIR to the beginning of the list of directories searched for library files -L, --libdir=DIR append DIR to the list of directories searched for library files Common options --config-file=FILE, --rcfile=FILE load this configuration file --config-help show configuration file summary --config-lint, --rcfile-lint check configuration file syntax and exit --config-verbose, --rcfile-verbose verbosely log parsing of the configuration files --no-site-config, --no-site-rcfile do not load site configuration file --no-user-config, --no-user-rcfile do not load user configuration file --set=PARAM=VALUE set configuration parameter --show-config-options show compilation options Global debugging settings --debug-level=LEVEL set Mailutils debugging level --debug-line-info show source info with debugging messages --log-facility=FACILITY output logs to syslog FACILITY -M, --mailer=MAILER use specified URL as the default mailer -?, --help give this help list --usage give a short usage message -V, --version print program version Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. Debug flags: g - main parser traces T - mailutils traces (same as --debug-level=sieve.trace0-trace1) P - network protocols (same as --debug-level=sieve.=prot) t - sieve trace (MU_SIEVE_DEBUG_TRACE) i - sieve instructions trace (MU_SIEVE_DEBUG_INSTR) REPORTING BUGS
Report bugs to <bug-mailutils@gnu.org>. COPYRIGHT
Copyright (C) 2010 Free Software Foundation, inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
The complete GNU mailutils documentation is maintained as a Texinfo manual. If the mailutils-doc package is installed, the command info mailutils should give you access to the complete manual. You can also find this manual online in the GNU mailutils webpage: http://www.gnu.org/software/mailutils/manual/index.html. Please note this manpage was automatically generated by the Debian mailutils packagers. Do not file bugs for its content to the GNU Mailu- tils upstream authors. FSF
June 2012 SIEVE(1)
Man Page