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. Not work QFtp::put()

Not work QFtp::put()

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.6k Views
  • 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.
  • R Offline
    R Offline
    res1dent
    wrote on last edited by
    #1

    does not work with the server command put Varftpd why?

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      I guess you need to elaborate a bit more on what your problem is. Possibly you may want to post a section of your code not working.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • R Offline
        R Offline
        res1dent
        wrote on last edited by
        #3

        to another FTP server (vsftpd) is running.

        1 Reply Last reply
        0
        • K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          in the "detailed section":https://qt-project.org/doc/qt-4.8/qftp.html#details 2 paragraph it says:
          [quote]This class provides a direct interface to FTP that allows you to have more control over the requests. However, for new applications, it is recommended to use QNetworkAccessManager and QNetworkReply, as those classes possess a simpler, yet more powerful API.
          [/quote]
          AFAIK it is not implemented, but as the quote states, it is recommended to use QNetworkAccessManager anyhow. Furthermore, vsftpd is a Unix/Linux thing, so it might be never part of Qt when it cannot be used cross-platforms.

          Vote the answer(s) that helped you to solve your issue(s)

          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