View | Details | Raw Unified | Return to bug 1451
Collapse All | Expand All

(-)scp.orig (-2 / +10 lines)
Lines 60-65 Link Here
60
that the file is to be copied to/from that host.
60
that the file is to be copied to/from that host.
61
Copies between two remote hosts are permitted.
61
Copies between two remote hosts are permitted.
62
.Pp
62
.Pp
63
When copying a source file to a target file which already exists,
64
.Nm 
65
will replace the contents of the target file (keeping the inode).
66
.Pp
67
If the target file does not yet exist, an empty file with the target
68
file name is created, then filled with the source file contents.
69
No attempt is made at "near-atomic" transfer using temporary files.
70
.Pp
63
The options are as follows:
71
The options are as follows:
64
.Bl -tag -width Ds
72
.Bl -tag -width Ds
65
.It Fl 1
73
.It Fl 1
Lines 214-218 Link Here
214
program in BSD source code from the Regents of the University of
222
program in BSD source code from the Regents of the University of
215
California.
223
California.
216
.Sh AUTHORS
224
.Sh AUTHORS
217
.An Timo Rinne Aq tri@iki.fi
225
.An Timo Rinne <tri@iki.fi>
218
.An Tatu Ylonen Aq ylo@cs.hut.fi
226
.An Tatu Ylonen <ylo@cs.hut.fi>

Return to bug 1451