SSH: set correct attributes when uploading a file.

Change-Id: I59484d5e66491e8941992abdd2a478364ec258a7
Reviewed-on: http://codereview.qt.nokia.com/710
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
Christian Kandeler
2011-06-24 14:57:03 +02:00
parent 9d7285687e
commit efbcb3860d
6 changed files with 54 additions and 20 deletions

View File

@@ -38,14 +38,6 @@
namespace Utils {
namespace Internal {
namespace {
const int SSH_FILEXFER_ATTR_SIZE = 0x00000001;
const int SSH_FILEXFER_ATTR_UIDGID = 0x00000002;
const int SSH_FILEXFER_ATTR_PERMISSIONS = 0x00000004;
const int SSH_FILEXFER_ATTR_ACMODTIME = 0x00000008;
const int SSH_FILEXFER_ATTR_EXTENDED = 0x80000000;
} // anonymous namespace
SftpIncomingPacket::SftpIncomingPacket() : m_length(0)
{
}