Results 1 to 4 of 4

Thread: Implement a secure FTP client using Qt

  1. #1
    Join Date
    Aug 2008
    Posts
    18
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Implement a secure FTP client using Qt

    Is there a way to implement a secure FTP in Qt? If there is, please post some clues!

    Thanks!
    Yi

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Implement a secure FTP client using Qt

    In the docs, you will find:
    • FTP Example
    • Secure Socket Client Example
    • Torrent Example
    • QSslSocket


    And of course you can have a look in the sources of the various ftp client for KDE which all uses Qt.

  3. #3
    Join Date
    May 2009
    Posts
    133
    Thanks
    10
    Thanked 4 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Implement a secure FTP client using Qt

    FTP Example uses QFtp class which can't use user supplied socket. That's why it's not possible to use QSslSocket with QFtp to get FTP over SSL (FTPS).

  4. #4
    Join Date
    Nov 2010
    Posts
    122
    Thanks
    62
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Implement a secure FTP client using Qt

    Anybody have success in implementing a secure FTP client using Qt, perhaps by deriving a class from QFtp, or replacing the socket with a QSslSocket?

Similar Threads

  1. Use of QWebView to browse "https" secure sites
    By grigoryan_hayk in forum Qt Programming
    Replies: 7
    Last Post: 21st September 2016, 21:16
  2. How to secure a file by password
    By miraks in forum Qt Programming
    Replies: 8
    Last Post: 22nd March 2011, 19:34
  3. Trying to implement QMainWindow...
    By winston2020 in forum Qt Programming
    Replies: 2
    Last Post: 23rd October 2008, 19:12
  4. how to implement it ?
    By qtopiahooo in forum Qt Programming
    Replies: 3
    Last Post: 25th October 2006, 17:01
  5. Using TLS to secure an SMTP connection
    By Shadowfiend in forum Qt Programming
    Replies: 8
    Last Post: 29th January 2006, 00:57

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.