Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to browse remote computer?
Qt 6.11 is out! See what's new in the release blog

How to browse remote computer?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bejronix
    wrote on last edited by
    #1

    Hi,

    I'm creating remote desktop application in qt 4.8. I have to implement some way to browse remote computer directory structure and possibility to download files on local machine. I'm wondering how can achieve this...

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      This is more a OS/ networking problem than Qt's. IF you have access to that other PC, Qt will also have it. If you don't, Qt wont :)

      There are many ways to connect to a remote pc: ssh, samba, telnet, ftp, even http if the remote is hosting. Or, if the remote PC will be using your application, too, you can implement a custom protocol to facilitate communication.

      (Z(:^

      1 Reply Last reply
      0
      • B Offline
        B Offline
        bejronix
        wrote on last edited by
        #3

        Thanks. I solved this problem by implement ftp server and client.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved