]> andersk Git - openssh.git/blobdiff - sftp.h
- (tim) [configure.ac] Bug 1078. Fix --without-kerberos5. Reported by
[openssh.git] / sftp.h
diff --git a/sftp.h b/sftp.h
index 4fdc2b6deee1b693eb3b9a5d02078cc1ec6cfea4..675c6086e952a3ce5d2fe4e100e5bbfdbdf91cc2 100644 (file)
--- a/sftp.h
+++ b/sftp.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: sftp.h,v 1.4 2002/02/13 00:59:23 djm Exp $    */
+
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
  *
  */
 
 /*
- * draft-ietf-secsh-filexfer-00.txt
+ * draft-ietf-secsh-filexfer-01.txt
  */
 
 /* version */
-#define        SSH2_FILEXFER_VERSION           2
+#define        SSH2_FILEXFER_VERSION           3
 
 /* client to server */
 #define SSH2_FXP_INIT                  1
@@ -36,6 +38,7 @@
 #define SSH2_FXP_READ                  5
 #define SSH2_FXP_WRITE                 6
 #define SSH2_FXP_LSTAT                 7
+#define SSH2_FXP_STAT_VERSION_0                7
 #define SSH2_FXP_FSTAT                 8
 #define SSH2_FXP_SETSTAT               9
 #define SSH2_FXP_FSETSTAT              10
@@ -47,6 +50,8 @@
 #define SSH2_FXP_REALPATH              16
 #define SSH2_FXP_STAT                  17
 #define SSH2_FXP_RENAME                        18
+#define SSH2_FXP_READLINK              19
+#define SSH2_FXP_SYMLINK               20
 
 /* server to client */
 #define SSH2_FXP_VERSION               2
@@ -84,3 +89,4 @@
 #define SSH2_FX_NO_CONNECTION          6
 #define SSH2_FX_CONNECTION_LOST                7
 #define SSH2_FX_OP_UNSUPPORTED         8
+#define SSH2_FX_MAX                    8
This page took 0.033053 seconds and 4 git commands to generate.