]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - doc/pscp.but
winsftp.c needs winsecur.h for process protection.
[PuTTY.git] / doc / pscp.but
index 817bbb8f857840c7f85bc6b28c1051c2fbefc3fd..2b197275b7567821efeb9a865611ff999310e677 100644 (file)
@@ -1,5 +1,3 @@
-\define{versionidpscp} \versionid $Id$
-
 \#FIXME: Need examples
 
 \C{pscp} Using \i{PSCP} to transfer files securely
 \#FIXME: Need examples
 
 \C{pscp} Using \i{PSCP} to transfer files securely
@@ -41,7 +39,7 @@ use PSCP:
 
 \c Z:\owendadmin>pscp
 \c PuTTY Secure Copy client
 
 \c Z:\owendadmin>pscp
 \c PuTTY Secure Copy client
-\c Release 0.XX
+\c Release 0.67
 \c Usage: pscp [options] [user@]host:source target
 \c        pscp [options] source [source...] [user@]host:target
 \c        pscp [options] -ls [user@]host:filespec
 \c Usage: pscp [options] [user@]host:source target
 \c        pscp [options] source [source...] [user@]host:target
 \c        pscp [options] -ls [user@]host:filespec
@@ -59,11 +57,18 @@ use PSCP:
 \c   -1 -2     force use of particular SSH protocol version
 \c   -4 -6     force use of IPv4 or IPv6
 \c   -C        enable compression
 \c   -1 -2     force use of particular SSH protocol version
 \c   -4 -6     force use of IPv4 or IPv6
 \c   -C        enable compression
-\c   -i key    private key file for authentication
+\c   -i key    private key file for user authentication
+\c   -noagent  disable use of Pageant
+\c   -agent    enable use of Pageant
+\c   -hostkey aa:bb:cc:...
+\c             manually specify a host key (may be repeated)
 \c   -batch    disable all interactive prompts
 \c   -unsafe   allow server-side wildcards (DANGEROUS)
 \c   -sftp     force use of SFTP protocol
 \c   -scp      force use of SCP protocol
 \c   -batch    disable all interactive prompts
 \c   -unsafe   allow server-side wildcards (DANGEROUS)
 \c   -sftp     force use of SFTP protocol
 \c   -scp      force use of SCP protocol
+\c   -sshlog file
+\c   -sshrawlog file
+\c             log protocol details to a file
 
 (PSCP's interface is much like the Unix \c{scp} command, if you're
 familiar with that.)
 
 (PSCP's interface is much like the Unix \c{scp} command, if you're
 familiar with that.)
@@ -188,8 +193,6 @@ options. (The ones not supported by PSCP are clearly marked.)
 PSCP also supports some of its own options. The following sections
 describe PSCP's specific command-line options.
 
 PSCP also supports some of its own options. The following sections
 describe PSCP's specific command-line options.
 
-These are the command line options that PSCP accepts.
-
 \S2{pscp-usage-options-ls}\I{-ls-PSCP}\c{-ls} \I{listing files}list remote files
 
 If the \c{-ls} option is given, no files are transferred; instead,
 \S2{pscp-usage-options-ls}\I{-ls-PSCP}\c{-ls} \I{listing files}list remote files
 
 If the \c{-ls} option is given, no files are transferred; instead,
@@ -200,8 +203,8 @@ optional remote file specification need be given. For example:
 
 The SCP protocol does not contain within itself a means of listing
 files. If SCP is in use, this option therefore assumes that the
 
 The SCP protocol does not contain within itself a means of listing
 files. If SCP is in use, this option therefore assumes that the
-server responds appropriately to the command \c{ls\_-la}; therefore,
-it may not work with all servers.
+server responds appropriately to the command \c{ls\_-la};
+this may not work with all servers.
 
 If SFTP is in use, this option should work with all servers.
 
 
 If SFTP is in use, this option should work with all servers.