Bugzilla – Attachment 171 Details for
Bug 428
sftp could use a command to transfer symlinks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
implement the getlink command
7 (text/plain), 594 bytes, created by
gfernandez
on 2002-11-07 01:43:57 AEDT
(
hide
)
Description:
implement the getlink command
Filename:
MIME Type:
Creator:
gfernandez
Created:
2002-11-07 01:43:57 AEDT
Size:
594 bytes
patch
obsolete
>diff -u ../openssh-3.4p1/sftp-client.h . >--- ../openssh-3.4p1/sftp-client.h Sun Jun 23 17:27:19 2002 >+++ ./sftp-client.h Mon Nov 4 18:48:33 2002 >@@ -90,8 +90,11 @@ > /* Rename 'oldpath' to 'newpath' */ > int do_symlink(struct sftp_conn *, char *, char *); > >+/* Download symlink 'path' */ >+int do_getlink(struct sftp_conn *, char *); >+ > /* Return target of symlink 'path' - caller must free result */ >-char *do_readlink(struct sftp_conn *, char *); >+char *do_readlink(struct sftp_conn *, char *, Attrib *); > > /* XXX: add callbacks to do_download/do_upload so we can do progress meter */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 428
:
168
|
169
|
170
| 171 |
172