diff options
Diffstat (limited to 'sftp.0')
-rw-r--r-- | sftp.0 | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -28,7 +28,13 @@ DESCRIPTION | |||
28 | The final usage format allows for automated sessions using the -b option. | 28 | The final usage format allows for automated sessions using the -b option. |
29 | In such cases, it is necessary to configure non-interactive | 29 | In such cases, it is necessary to configure non-interactive |
30 | authentication to obviate the need to enter a password at connection time | 30 | authentication to obviate the need to enter a password at connection time |
31 | (see sshd(8) and ssh-keygen(1) for details). The options are as follows: | 31 | (see sshd(8) and ssh-keygen(1) for details). |
32 | |||
33 | Since some usage formats use colon characters to delimit host names from | ||
34 | path names, IPv6 addresses must be enclosed in square brackets to avoid | ||
35 | ambiguity. | ||
36 | |||
37 | The options are as follows: | ||
32 | 38 | ||
33 | -1 Specify the use of protocol version 1. | 39 | -1 Specify the use of protocol version 1. |
34 | 40 | ||
@@ -287,7 +293,7 @@ INTERACTIVE COMMANDS | |||
287 | remote-path is specified, then remote-path must specify a | 293 | remote-path is specified, then remote-path must specify a |
288 | directory. | 294 | directory. |
289 | 295 | ||
290 | If ether the -P or -p flag is specified, then full file | 296 | If either the -P or -p flag is specified, then full file |
291 | permissions and access times are copied too. | 297 | permissions and access times are copied too. |
292 | 298 | ||
293 | If the -r flag is specified then directories will be copied | 299 | If the -r flag is specified then directories will be copied |
@@ -328,4 +334,4 @@ SEE ALSO | |||
328 | draft-ietf-secsh-filexfer-00.txt, January 2001, work in progress | 334 | draft-ietf-secsh-filexfer-00.txt, January 2001, work in progress |
329 | material. | 335 | material. |
330 | 336 | ||
331 | OpenBSD 4.9 December 4, 2010 OpenBSD 4.9 | 337 | OpenBSD 5.0 August 7, 2011 OpenBSD 5.0 |