View | Details | Raw Unified | Return to bug 428 | Differences between
and this patch

Collapse All | Expand All

(-)../openssh-3.4p1/sftp.1 (+9 lines)
Lines 185-190 Link Here
185
.Fl P
185
.Fl P
186
flag is specified, then the file's full permission and access time are
186
flag is specified, then the file's full permission and access time are
187
copied too.
187
copied too.
188
.It Xo Ic getlink
189
.Ar remote-path
190
.Xc
191
Retrieve the
192
.Ar remote-path
193
and store it on the local machine. This is used to retrieve a symlink
194
rather than the target of the symlink. Since a local
195
path name is not specified, the symlink is given the same name it has on the
196
remote machine.
188
.It Ic help
197
.It Ic help
189
Display help text.
198
Display help text.
190
.It Ic lls Op Ar ls-options Op Ar path
199
.It Ic lls Op Ar ls-options Op Ar path

Return to bug 428