OSDN Git Service

Add PuTTY 0.61 to contrib directory.
[ffftp/ffftp.git] / contrib / putty / DOC / MAN-PSCP.BUT
diff --git a/contrib/putty/DOC/MAN-PSCP.BUT b/contrib/putty/DOC/MAN-PSCP.BUT
new file mode 100644 (file)
index 0000000..c56db97
--- /dev/null
@@ -0,0 +1,116 @@
+\cfg{man-identity}{pscp}{1}{2004-03-24}{PuTTY tool suite}{PuTTY tool suite}\r
+\r
+\H{pscp-manpage} Man page for PSCP\r
+\r
+\S{pscp-manpage-name} NAME\r
+\r
+\cw{pscp} \- command-line SCP (secure copy) / SFTP client\r
+\r
+\S{pscp-manpage-synopsis} SYNOPSIS\r
+\r
+\c pscp [options] [user@]host:source target\r
+\e bbbb  iiiiiii   iiiib iiiibiiiiii iiiiii\r
+\c pscp [options] source [source...] [user@]host:target\r
+\e bbbb  iiiiiii  iiiiii  iiiiii      iiiib iiiibiiiiii\r
+\c pscp [options] -ls [user@]host:filespec\r
+\e bbbb  iiiiiii  bbb  iiiib iiiibiiiiiiii\r
+\r
+\S{pscp-manpage-description} DESCRIPTION\r
+\r
+\cw{pscp} is a command-line client for the SSH-based SCP (secure\r
+copy) and SFTP (secure file transfer protocol) protocols.\r
+\r
+\S{pscp-manpage-options} OPTIONS\r
+\r
+The command-line options supported by \e{pscp} 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{-ls}\r
+\r
+\dd Remote directory listing.\r
+\r
+\dt \cw{-p}\r
+\r
+\dd Preserve file attributes.\r
+\r
+\dt \cw{-q}\r
+\r
+\dd Quiet, don't show statistics.\r
+\r
+\dt \cw{-r}\r
+\r
+\dd Copy directories recursively.\r
+\r
+\dt \cw{-unsafe}\r
+\r
+\dd Allow server-side wildcards (DANGEROUS).\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{-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{-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{-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{-scp}\r
+\r
+\dd Force use of SCP protocol.\r
+\r
+\dt \cw{-sftp}\r
+\r
+\dd Force use of SFTP protocol.\r
+\r
+\S{pscp-manpage-more-information} MORE INFORMATION\r
+\r
+For more information on \cw{pscp} 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{pscp-manpage-bugs} BUGS\r
+\r
+This man page isn't terribly complete. See the above web link for\r
+better documentation.\r