]> 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 763056f573134e76bf8c71fcea0e2b076452bc13..675c6086e952a3ce5d2fe4e100e5bbfdbdf91cc2 100644 (file)
--- a/sftp.h
+++ b/sftp.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sftp.h,v 1.2 2001/01/29 01:58:18 niklas Exp $ */
+/*     $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
@@ -38,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
@@ -49,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
@@ -86,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.032925 seconds and 4 git commands to generate.