Results 1 to 1 of 1

Thread: Is there a class for shared folders?

  1. #1
    Join Date
    Jul 2014
    Location
    Manila Philippines
    Posts
    10
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Is there a class for shared folders?

    Ftp have Qftp class, but is there a class for shared folders? like QSmbclient?

    My goal is to transfer files in a shared folder (windows or linux setup).

    My current methods:

    1. Using QProcess: mount folder and paste the files (the path will be visible so I need to umount it after file is transfered).
    2. Using QProcess: .sh file with smbclient command.

    Is it possible to have just like in QFtp just use connectToHost() and put() functions?

    If not is there are more efficient way of doing it?
    Last edited by reginaldt; 14th August 2014 at 02:54. Reason: updated contents

Similar Threads

  1. how to create folders and sub folders in qt
    By Soumya Somasekhar Ram in forum Newbie
    Replies: 3
    Last Post: 30th August 2013, 06:49
  2. Shared Object class between multiple Widgets
    By vladozar in forum Qt Programming
    Replies: 9
    Last Post: 6th March 2012, 10:30
  3. Defining shared class member functions only once
    By Phlucious in forum General Programming
    Replies: 23
    Last Post: 16th January 2012, 22:17
  4. Plugin and shared class between plugin and application
    By wishper in forum Qt Programming
    Replies: 7
    Last Post: 23rd August 2010, 17:00
  5. Shared rendering class
    By PaladinOfKaos in forum Qt Programming
    Replies: 2
    Last Post: 14th March 2007, 16:38

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.