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. [CLEARED] Best way to get rsync-like functionality
Forum Updated to NodeBB v4.3 + New Features

[CLEARED] Best way to get rsync-like functionality

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.2k 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.
  • I Offline
    I Offline
    i92guboj
    wrote on last edited by
    #1

    Hello.

    I was wondering if there's a class in Qt that can be used to sync to and from an ftp repository that will work in a similar fashion like rsync does, so that both sides are always in sync.

    I could use system calls to rsync itself, though it's probably not the most portable solution. It would be nice if there was a more qt-ish way around this, other than cooking my own.

    Thanks.

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      no there is no such feature in Qt.
      You can use use a "3rd-party lib":http://librsync.sourceforge.net/ though.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • I Offline
        I Offline
        i92guboj
        wrote on last edited by
        #3

        I knew about that, but what I need would be rsync-like, not rsync (and I am not too confident in that lib being up to date anyway).

        The server only has ftp capabilities, as far as I know, and rsync doesn't support ftp by itself.

        Thank you anyway. I will look around a bit more and if no suitable solution appears then I'll have to hack my own. I just didn't want to reinvent the wheel :)

        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