diff options
Diffstat (limited to 'sftp.0')
-rw-r--r-- | sftp.0 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,8 +7,8 @@ SYNOPSIS | |||
7 | sftp [-1Cv] [-B buffer_size] [-b batchfile] [-F ssh_config] | 7 | sftp [-1Cv] [-B buffer_size] [-b batchfile] [-F ssh_config] |
8 | [-o ssh_option] [-P sftp_server_path] [-R num_requests] [-S program] | 8 | [-o ssh_option] [-P sftp_server_path] [-R num_requests] [-S program] |
9 | [-s subsystem | sftp_server] host | 9 | [-s subsystem | sftp_server] host |
10 | sftp [[user@]host[:file [file]]] | 10 | sftp [user@]host[:file ...] |
11 | sftp [[user@]host[:dir[/]]] | 11 | sftp [user@]host[:dir[/]] |
12 | sftp -b batchfile [user@]host | 12 | sftp -b batchfile [user@]host |
13 | 13 | ||
14 | DESCRIPTION | 14 | DESCRIPTION |
@@ -257,7 +257,7 @@ INTERACTIVE COMMANDS | |||
257 | version | 257 | version |
258 | Display the sftp protocol version. | 258 | Display the sftp protocol version. |
259 | 259 | ||
260 | ! command | 260 | !command |
261 | Execute command in local shell. | 261 | Execute command in local shell. |
262 | 262 | ||
263 | ! Escape to local shell. | 263 | ! Escape to local shell. |
@@ -271,4 +271,4 @@ SEE ALSO | |||
271 | T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh- | 271 | T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh- |
272 | filexfer-00.txt, January 2001, work in progress material. | 272 | filexfer-00.txt, January 2001, work in progress material. |
273 | 273 | ||
274 | OpenBSD 4.4 July 15, 2008 5 | 274 | OpenBSD 4.5 December 9, 2008 5 |