diff options
Diffstat (limited to 'sftp.0')
-rw-r--r-- | sftp.0 | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -137,7 +137,7 @@ DESCRIPTION | |||
137 | HostbasedKeyTypes | 137 | HostbasedKeyTypes |
138 | HostKeyAlgorithms | 138 | HostKeyAlgorithms |
139 | HostKeyAlias | 139 | HostKeyAlias |
140 | HostName | 140 | Hostname |
141 | IdentitiesOnly | 141 | IdentitiesOnly |
142 | IdentityAgent | 142 | IdentityAgent |
143 | IdentityFile | 143 | IdentityFile |
@@ -238,7 +238,7 @@ INTERACTIVE COMMANDS | |||
238 | 238 | ||
239 | exit Quit sftp. | 239 | exit Quit sftp. |
240 | 240 | ||
241 | get [-afPpr] remote-path [local-path] | 241 | get [-afpR] remote-path [local-path] |
242 | Retrieve the remote-path and store it on the local machine. If | 242 | Retrieve the remote-path and store it on the local machine. If |
243 | the local path name is not specified, it is given the same name | 243 | the local path name is not specified, it is given the same name |
244 | it has on the remote machine. remote-path may contain glob(7) | 244 | it has on the remote machine. remote-path may contain glob(7) |
@@ -255,10 +255,10 @@ INTERACTIVE COMMANDS | |||
255 | If the -f flag is specified, then fsync(2) will be called after | 255 | If the -f flag is specified, then fsync(2) will be called after |
256 | the file transfer has completed to flush the file to disk. | 256 | the file transfer has completed to flush the file to disk. |
257 | 257 | ||
258 | If either the -P or -p flag is specified, then full file | 258 | If the -p flag is specified, then full file permissions and |
259 | permissions and access times are copied too. | 259 | access times are copied too. |
260 | 260 | ||
261 | If the -r flag is specified then directories will be copied | 261 | If the -R flag is specified then directories will be copied |
262 | recursively. Note that sftp does not follow symbolic links when | 262 | recursively. Note that sftp does not follow symbolic links when |
263 | performing recursive transfers. | 263 | performing recursive transfers. |
264 | 264 | ||
@@ -326,7 +326,7 @@ INTERACTIVE COMMANDS | |||
326 | progress | 326 | progress |
327 | Toggle display of progress meter. | 327 | Toggle display of progress meter. |
328 | 328 | ||
329 | put [-afPpr] local-path [remote-path] | 329 | put [-afpR] local-path [remote-path] |
330 | Upload local-path and store it on the remote machine. If the | 330 | Upload local-path and store it on the remote machine. If the |
331 | remote path name is not specified, it is given the same name it | 331 | remote path name is not specified, it is given the same name it |
332 | has on the local machine. local-path may contain glob(7) | 332 | has on the local machine. local-path may contain glob(7) |
@@ -345,10 +345,10 @@ INTERACTIVE COMMANDS | |||
345 | Note that this is only supported by servers that implement the | 345 | Note that this is only supported by servers that implement the |
346 | "fsync@openssh.com" extension. | 346 | "fsync@openssh.com" extension. |
347 | 347 | ||
348 | If either the -P or -p flag is specified, then full file | 348 | If the -p flag is specified, then full file permissions and |
349 | permissions and access times are copied too. | 349 | access times are copied too. |
350 | 350 | ||
351 | If the -r flag is specified then directories will be copied | 351 | If the -R flag is specified then directories will be copied |
352 | recursively. Note that sftp does not follow symbolic links when | 352 | recursively. Note that sftp does not follow symbolic links when |
353 | performing recursive transfers. | 353 | performing recursive transfers. |
354 | 354 | ||
@@ -356,13 +356,13 @@ INTERACTIVE COMMANDS | |||
356 | 356 | ||
357 | quit Quit sftp. | 357 | quit Quit sftp. |
358 | 358 | ||
359 | reget [-Ppr] remote-path [local-path] | 359 | reget [-fpR] remote-path [local-path] |
360 | Resume download of remote-path. Equivalent to get with the -a | 360 | Resume download of remote-path. Equivalent to get with the -a |
361 | flag set. | 361 | flag set. |
362 | 362 | ||
363 | reput [-Ppr] [local-path] remote-path | 363 | reput [-fpR] local-path [remote-path] |
364 | Resume upload of [local-path]. Equivalent to put with the -a | 364 | Resume upload of local-path. Equivalent to put with the -a flag |
365 | flag set. | 365 | set. |
366 | 366 | ||
367 | rename oldpath newpath | 367 | rename oldpath newpath |
368 | Rename remote file from oldpath to newpath. | 368 | Rename remote file from oldpath to newpath. |
@@ -393,4 +393,4 @@ SEE ALSO | |||
393 | T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh- | 393 | T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh- |
394 | filexfer-00.txt, January 2001, work in progress material. | 394 | filexfer-00.txt, January 2001, work in progress material. |
395 | 395 | ||
396 | OpenBSD 6.5 January 22, 2019 OpenBSD 6.5 | 396 | OpenBSD 6.6 June 19, 2019 OpenBSD 6.6 |