diff options
author | Colin Watson <cjwatson@debian.org> | 2003-09-01 18:50:00 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-09-01 18:50:00 +0000 |
commit | 1501d1e253613aba573e163869a2f704abd73a44 (patch) | |
tree | 01cf736a2a33136d2da1d39a5fe4199318dce445 /sftp.0 | |
parent | 8d6b7f4c46de3feb66f704ab483e51ea1a3bb0e1 (diff) | |
parent | 053db7da5ce09acdf742789d9d1a05e81d4861d0 (diff) |
Debian release 3.6.1p1-1.
Diffstat (limited to 'sftp.0')
-rw-r--r-- | sftp.0 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -39,19 +39,19 @@ SFTP(1) BSD General Commands Manual SFTP(1) | |||
39 | ^[[1mM-bMM-^Ro ^[[4m^[[22mssh_option^[[0m | 39 | ^[[1mM-bMM-^Ro ^[[4m^[[22mssh_option^[[0m |
40 | Can be used to pass options to ^[[1mssh ^[[22min the format used in | 40 | Can be used to pass options to ^[[1mssh ^[[22min the format used in |
41 | ssh_config(5). This is useful for specifying options for which | 41 | ssh_config(5). This is useful for specifying options for which |
42 | there is no separate ^[[1msftp ^[[22mcommandM-bM-^@M-^Pline flag. For example, to | 42 | there is no separate ^[[1msftp ^[[22mcommandM-bM-^@M-^Pline flag. For example, to |
43 | specify an alternate port use: ^[[1msftp M-bM-^@M-^PoPort=24^[[22m. | 43 | specify an alternate port use: ^[[1msftp M-bM-^@M-^PoPort=24^[[22m. |
44 | 44 | ||
45 | ^[[1mM-bMM-^Rs ^[[4m^[[22msubsystem^[[24m | ^[[4msftp_server^[[0m | 45 | ^[[1mM-bMM-^Rs ^[[4m^[[22msubsystem^[[24m | ^[[4msftp_server^[[0m |
46 | Specifies the SSH2 subsystem or the path for an sftp server on | 46 | Specifies the SSH2 subsystem or the path for an sftp server on |
47 | the remote host. A path is useful for using sftp over protocol | 47 | the remote host. A path is useful for using sftp over protocol |
48 | version 1, or when the remote ^[[1msshd ^[[22mdoes not have an sftp subsysM-bM-^@M-^P | 48 | version 1, or when the remote ^[[1msshd ^[[22mdoes not have an sftp subsysM-bM-^@M-^P |
49 | tem configured. | 49 | tem configured. |
50 | 50 | ||
51 | ^[[1mM-bMM-^Rv ^[[22mRaise logging level. This option is also passed to ssh. | 51 | ^[[1mM-bMM-^Rv ^[[22mRaise logging level. This option is also passed to ssh. |
52 | 52 | ||
53 | ^[[1mM-bMM-^RB ^[[4m^[[22mbuffer_size^[[0m | 53 | ^[[1mM-bMM-^RB ^[[4m^[[22mbuffer_size^[[0m |
54 | Specify the size of the buffer that ^[[1msftp ^[[22muses when transferring | 54 | Specify the size of the buffer that ^[[1msftp ^[[22muses when transferring |
55 | files. Larger buffers require fewer round trips at the cost of | 55 | files. Larger buffers require fewer round trips at the cost of |
56 | higher memory consumption. The default is 32768 bytes. | 56 | higher memory consumption. The default is 32768 bytes. |
57 | 57 | ||