man-psft.but 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. \cfg{man-identity}{psftp}{1}{2004-03-24}{PuTTY tool suite}{PuTTY tool suite}
  2. \H{psftp-manpage} Man page for PSFTP
  3. \S{psftp-manpage-name} NAME
  4. \cw{psftp} \- interactive SFTP (secure file transfer protocol) client
  5. \S{psftp-manpage-synopsis} SYNOPSIS
  6. \c psftp [options] [user@]host
  7. \e bbbbb iiiiiii iiiib iiii
  8. \S{psftp-manpage-description} DESCRIPTION
  9. \cw{psftp} is an interactive text-based client for the SSH-based SFTP
  10. (secure file transfer) protocol.
  11. \S{psftp-manpage-options} OPTIONS
  12. The command-line options supported by \cw{psftp} are:
  13. \dt \cw{-V}
  14. \dd Show version information and exit.
  15. \dt \cw{-pgpfp}
  16. \dd Display the fingerprints of the PuTTY PGP Master Keys and exit,
  17. to aid in verifying new files released by the PuTTY team.
  18. \dt \cw{-b} \e{batchfile}
  19. \dd Use specified batchfile.
  20. \dt \cw{-bc}
  21. \dd Output batchfile commands.
  22. \dt \cw{-be}
  23. \dd Don't stop batchfile processing on errors.
  24. \dt \cw{-v}
  25. \dd Show verbose messages.
  26. \dt \cw{-load} \e{session}
  27. \dd Load settings from saved session.
  28. \dt \cw{-P} \e{port}
  29. \dd Connect to port \e{port}.
  30. \dt \cw{-l} \e{user}
  31. \dd Set remote username to \e{user}.
  32. \dt \cw{-batch}
  33. \dd Disable interactive prompts.
  34. \dt \cw{-pw} \e{password}
  35. \dd Set remote password to \e{password}. \e{CAUTION:} this will likely
  36. make the password visible to other users of the local machine (via
  37. commands such as \q{\c{w}}).
  38. \dt \cw{-1}
  39. \dd Force use of SSH protocol version 1.
  40. \dt \cw{-2}
  41. \dd Force use of SSH protocol version 2.
  42. \dt \cw{-C}
  43. \dd Enable SSH compression.
  44. \dt \cw{-i} \e{keyfile}
  45. \dd Private key file for user authentication. For SSH-2 keys, this key
  46. file must be in PuTTY's PPK format, not OpenSSH's format or anyone
  47. else's.
  48. \lcont{ If you are using an authentication agent, you can also specify
  49. a \e{public} key here (in RFC 4716 or OpenSSH format), to identify
  50. which of the agent's keys to use. }
  51. \dt \cw{\-hostkey} \e{key}
  52. \dd Specify an acceptable host public key. This option may be specified
  53. multiple times; each key can be either a fingerprint (\cw{99:aa:bb:...}) or
  54. a base64-encoded blob in OpenSSH's one-line format.
  55. \lcont{ Specifying this option overrides automated host key
  56. management; \e{only} the key(s) specified on the command-line will be
  57. accepted (unless a saved session also overrides host keys, in which
  58. case those will be added to), and the host key cache will not be
  59. written. }
  60. \dt \cw{\-sshlog} \e{logfile}
  61. \dt \cw{\-sshrawlog} \e{logfile}
  62. \dd These options make \cw{psftp} log protocol details to a file.
  63. (Some of these may be sensitive, although by default an effort is made
  64. to suppress obvious passwords.)
  65. \lcont{
  66. \cw{\-sshlog} logs decoded SSH packets and other events (those that
  67. \cw{\-v} would print). \cw{\-sshrawlog} additionally logs the raw
  68. encrypted packet data.
  69. }
  70. \S{psftp-manpage-commands} COMMANDS
  71. For a list of commands available inside \cw{psftp}, type \cw{help}
  72. at the \cw{psftp>} prompt.
  73. \S{psftp-manpage-more-information} MORE INFORMATION
  74. For more information on \cw{psftp} it's probably best to go and look at
  75. the manual on the PuTTY web page:
  76. \cw{http://www.chiark.greenend.org.uk/~sgtatham/putty/}
  77. \S{psftp-manpage-bugs} BUGS
  78. This man page isn't terribly complete. See the above web link for
  79. better documentation.