aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ft-protocol-problems.txt
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2014-09-17 13:55:18 +0200
committerPierre Ossman <ossman@cendio.se>2014-09-17 13:55:18 +0200
commit093978008b655038fb677e244bf0fc6d21a3b39f (patch)
treedf059abca662973da99d2de3872e415c90e41d2f /doc/ft-protocol-problems.txt
parent2b3ea10c094f125aa26bc9b52ff8337d8af7a949 (diff)
downloadtigervnc-093978008b655038fb677e244bf0fc6d21a3b39f.tar.gz
tigervnc-093978008b655038fb677e244bf0fc6d21a3b39f.zip
None of these files are relevant today
Diffstat (limited to 'doc/ft-protocol-problems.txt')
-rw-r--r--doc/ft-protocol-problems.txt35
1 files changed, 0 insertions, 35 deletions
diff --git a/doc/ft-protocol-problems.txt b/doc/ft-protocol-problems.txt
deleted file mode 100644
index b0198fbc..00000000
--- a/doc/ft-protocol-problems.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-From: Peter Rosin <peda@lysator.liu.se>
-To: vnc-tight-list@lists.sourceforge.net
-Date: Thu, 25 Sep 2008 10:21:07 +0200
-Message-ID: <48DB49F3.6030609@lysator.liu.se>
-Subject: Problems with timestamps in file transfers.
-
-Hi list!
-
-I'm writing some VNC client software that supports the the file
-transfer extensions described in the rfbtight.tex document in
-the svn repo. However, when I communicate with a TightVNC server
-version 1.3.9 (WinVNC.exe) I get strange data for the modification
-times of the files.
-
-Specifically, in the FileListData message, I have understood
-that directories are encoded as <size ~0, mod-time 0>. For
-regular files I get the expected size, but the mod-time is
-always 0xffffffe7 (-25) which seem totally bogus.
-
-The next problem is more disturbing since you will get interop
-problems if you fix it. In the last FileDownloadData message
-(the one with raw-length = compressed-length = 0), the mod-time
-is transmitted in little-endian byte order (at least my TightVNC
-server does so). Since it's more problems fixing this than
-documenting it, I think this endianness issue should be recorded
-in the rfbtight.tex file.
-
-(However, when you use FileUploadData you should transmit
- the mod-time in the expected big-endian network byte order.)
-
-Cheers,
-Peter
-
-==================================================================
-