]> source.dussan.org Git - tigervnc.git/commit
Changed flags for reading from "r" to "rb", for writing from "w" to "wb"
authorDennis Syrovatsky <dennis@tightvnc.com>
Wed, 30 Nov 2005 04:15:40 +0000 (04:15 +0000)
committerDennis Syrovatsky <dennis@tightvnc.com>
Wed, 30 Nov 2005 04:15:40 +0000 (04:15 +0000)
commit5ae73f12a843c09185316856d7c24a9011e60f05
treee8ee67283ea5cbebd84a90a2ff62c557a12b5eba
parentc0608a6ebe623b939cc53eede477d6dafd64739c
Changed flags for reading from "r" to "rb", for writing from "w" to "wb"
in the FileReader and FileWriter.
Added FileTransfer::procFLRUpload(...)  method.
Now It's possible the upload files and folders.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@423 3789f03b-4d11-0410-bbf8-ca57d06f2519
rfb/FileManager.cxx
rfb/FileManager.h
rfb/FileReader.cxx
rfb/FileWriter.cxx
rfb/fttypes.h
vncviewer/FTDialog.cxx
vncviewer/FTDialog.h
vncviewer/FileTransfer.cxx
vncviewer/FileTransfer.h