OSDN Git Service

Modify features and documents for 1.98b the urgent security release.
[ffftp/ffftp.git] / contrib / putty / DOC / MAN-PL.BUT
diff --git a/contrib/putty/DOC/MAN-PL.BUT b/contrib/putty/DOC/MAN-PL.BUT
deleted file mode 100644 (file)
index ecc483f..0000000
+++ /dev/null
@@ -1,185 +0,0 @@
-\cfg{man-identity}{plink}{1}{2004-03-24}{PuTTY tool suite}{PuTTY tool suite}\r
-\r
-\H{plink-manpage} Man page for Plink\r
-\r
-\S{plink-manpage-name} NAME\r
-\r
-\cw{plink} \- PuTTY link, command line network connection tool\r
-\r
-\S{plink-manpage-synopsis} SYNOPSIS\r
-\r
-\c plink [options] [user@]host [command]\r
-\e bbbbb  iiiiiii   iiiib iiii  iiiiiii\r
-\r
-\S{plink-manpage-description} DESCRIPTION\r
-\r
-\cw{plink} is a network connection tool supporting several protocols.\r
-\r
-\S{plink-manpage-options} OPTIONS\r
-\r
-The command-line options supported by \cw{plink} are:\r
-\r
-\dt \cw{-V}\r
-\r
-\dd Show version information and exit.\r
-\r
-\dt \cw{-pgpfp}\r
-\r
-\dd Display the fingerprints of the PuTTY PGP Master Keys and exit,\r
-to aid in verifying new files released by the PuTTY team.\r
-\r
-\dt \cw{-v}\r
-\r
-\dd Show verbose messages.\r
-\r
-\dt \cw{-load} \e{session}\r
-\r
-\dd Load settings from saved session.\r
-\r
-\dt \cw{-ssh}\r
-\r
-\dd Force use of SSH protocol (default).\r
-\r
-\dt \cw{-telnet}\r
-\r
-\dd Force use of Telnet protocol.\r
-\r
-\dt \cw{-rlogin}\r
-\r
-\dd Force use of rlogin protocol.\r
-\r
-\dt \cw{-raw}\r
-\r
-\dd Force raw mode.\r
-\r
-\dt \cw{-serial}\r
-\r
-\dd Force serial mode.\r
-\r
-\dt \cw{-P} \e{port}\r
-\r
-\dd Connect to port \e{port}.\r
-\r
-\dt \cw{-l} \e{user}\r
-\r
-\dd Set remote username to \e{user}.\r
-\r
-\dt \cw{-m} \e{path}\r
-\r
-\dd Read remote command(s) from local file \e{path}.\r
-\r
-\dt \cw{-batch}\r
-\r
-\dd Disable interactive prompts.\r
-\r
-\dt \cw{-pw} \e{password}\r
-\r
-\dd Set remote password to \e{password}. \e{CAUTION:} this will likely\r
-make the password visible to other users of the local machine (via\r
-commands such as \q{\c{w}}).\r
-\r
-\dt \cw{\-L} \cw{[}\e{srcaddr}\cw{:]}\e{srcport}\cw{:}\e{desthost}\cw{:}\e{destport}\r
-\r
-\dd Set up a local port forwarding: listen on \e{srcport} (or\r
-\e{srcaddr}:\e{srcport} if specified), and forward any connections\r
-over the SSH connection to the destination address\r
-\e{desthost}:\e{destport}. Only works in SSH.\r
-\r
-\dt \cw{\-R} \cw{[}\e{srcaddr}\cw{:]}\e{srcport}\cw{:}\e{desthost}\cw{:}\e{destport}\r
-\r
-\dd Set up a remote port forwarding: ask the SSH server to listen on\r
-\e{srcport} (or \e{srcaddr}:\e{srcport} if specified), and to\r
-forward any connections back over the SSH connection where the\r
-client will pass them on to the destination address\r
-\e{desthost}:\e{destport}. Only works in SSH.\r
-\r
-\dt \cw{\-D} [\e{srcaddr}:]\e{srcport}\r
-\r
-\dd Set up dynamic port forwarding. The client listens on\r
-\e{srcport} (or \e{srcaddr}:\e{srcport} if specified), and\r
-implements a SOCKS server. So you can point SOCKS-aware applications\r
-at this port and they will automatically use the SSH connection to\r
-tunnel all their connections. Only works in SSH.\r
-\r
-\dt \cw{-X}\r
-\r
-\dd Enable X11 forwarding.\r
-\r
-\dt \cw{-x}\r
-\r
-\dd Disable X11 forwarding (default).\r
-\r
-\dt \cw{-A}\r
-\r
-\dd Enable agent forwarding.\r
-\r
-\dt \cw{-a}\r
-\r
-\dd Disable agent forwarding (default).\r
-\r
-\dt \cw{-t}\r
-\r
-\dd Enable pty allocation (default if a command is NOT specified).\r
-\r
-\dt \cw{-T}\r
-\r
-\dd Disable pty allocation (default if a command is specified).\r
-\r
-\dt \cw{-1}\r
-\r
-\dd Force use of SSH protocol version 1.\r
-\r
-\dt \cw{-2}\r
-\r
-\dd Force use of SSH protocol version 2.\r
-\r
-\dt \cw{-C}\r
-\r
-\dd Enable SSH compression.\r
-\r
-\dt \cw{-i} \e{path}\r
-\r
-\dd Private key file for authentication.\r
-\r
-\dt \cw{-s}\r
-\r
-\dd Remote command is SSH subsystem (SSH-2 only).\r
-\r
-\dt \cw{-N}\r
-\r
-\dd Don't start a remote command or shell at all (SSH-2 only).\r
-\r
-\dt \cw{\-sercfg} \e{configuration-string}\r
-\r
-\dd Specify the configuration parameters for the serial port, in\r
-\cw{-serial} mode. \e{configuration-string} should be a\r
-comma-separated list of configuration parameters as follows:\r
-\r
-\lcont{\r
-\r
-\b Any single digit from 5 to 9 sets the number of data bits.\r
-\r
-\b \cq{1}, \cq{1.5} or \cq{2} sets the number of stop bits.\r
-\r
-\b Any other numeric string is interpreted as a baud rate.\r
-\r
-\b A single lower-case letter specifies the parity: \cq{n} for none,\r
-\cq{o} for odd, \cq{e} for even, \cq{m} for mark and \cq{s} for space.\r
-\r
-\b A single upper-case letter specifies the flow control: \cq{N} for\r
-none, \cq{X} for XON/XOFF, \cq{R} for RTS/CTS and \cq{D} for\r
-DSR/DTR.\r
-\r
-}\r
-\r
-\S{plink-manpage-more-information} MORE INFORMATION\r
-\r
-For more information on plink, it's probably best to go and look at\r
-the manual on the PuTTY web page:\r
-\r
-\W{http://www.chiark.greenend.org.uk/~sgtatham/putty/}\cw{http://www.chiark.greenend.org.uk/~sgtatham/putty/}\r
-\r
-\S{plink-manpage-bugs} BUGS\r
-\r
-This man page isn't terribly complete. See the above web link for\r
-better documentation.\r