Blame openssh-3.9p1-scp-manpage.patch
|
Tomáš Mráz |
1961bc |
--- scp.orig 2007-12-22 20:37:27.000000000 +0100
|
|
Tomáš Mráz |
1961bc |
+++ scp.1 2007-12-22 20:36:42.000000000 +0100
|
|
Tomáš Mráz |
1961bc |
@@ -60,6 +60,14 @@
|
|
Tomáš Mráz |
1961bc |
that the file is to be copied to/from that host.
|
|
Tomáš Mráz |
1961bc |
Copies between two remote hosts are permitted.
|
|
Tomáš Mráz |
1961bc |
.Pp
|
|
Tomáš Mráz |
1961bc |
+When copying a source file to a target file which already exists,
|
|
Tomáš Mráz |
1961bc |
+.Nm
|
|
Tomáš Mráz |
1961bc |
+will replace the contents of the target file (keeping the inode).
|
|
Tomáš Mráz |
1961bc |
+.Pp
|
|
Tomáš Mráz |
1961bc |
+If the target file does not yet exist, an empty file with the target
|
|
Tomáš Mráz |
1961bc |
+file name is created, then filled with the source file contents.
|
|
Tomáš Mráz |
1961bc |
+No attempt is made at "near-atomic" transfer using temporary files.
|
|
Tomáš Mráz |
1961bc |
+.Pp
|
|
Tomáš Mráz |
1961bc |
The options are as follows:
|
|
Tomáš Mráz |
1961bc |
.Bl -tag -width Ds
|
|
Tomáš Mráz |
1961bc |
.It Fl 1
|