Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
88405a0c
Commit
88405a0c
authored
Feb 01, 2002
by
Niels Möller
Browse files
(SSH_FXP_READLINK, SSH_FXP_SYMLINK): New message
types. Rev: src/sftp/sftp.h:1.3
parent
4c9194dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sftp/sftp.h
View file @
88405a0c
...
...
@@ -24,6 +24,8 @@ enum sftp_msg_type {
SSH_FXP_REALPATH
=
16
,
/* 0x10 */
SSH_FXP_STAT
=
17
,
/* 0x11 */
SSH_FXP_RENAME
=
18
,
/* 0x12 */
SSH_FXP_READLINK
=
19
,
/* 0x13 */
SSH_FXP_SYMLINK
=
20
,
/* 0x14 */
SSH_FXP_STATUS
=
101
,
/* 0x65 */
SSH_FXP_HANDLE
=
102
,
/* 0x66 */
SSH_FXP_DATA
=
103
,
/* 0x67 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment