Results 1 to 4 of 4

Thread: Enctrypted file uploads to a server

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Enctrypted file uploads to a server

    Quote Originally Posted by hardgeus View Post
    I considered using Qftp and tunneling FTP over SSH, but my users are very non-technical, and I don't know of any way to tunnel FTP over SSH without requiring the user to manually make the SSH connection. I'm not going to be able to push a solution that requires retraining of the users.
    You can use stunnel (http://stunnel.mirt.net/) through QProcess to set up an SSL connection to your server. Your users won't have to touch a thing and you'll have a decent secure connection with only a light dependency.

  2. #2
    Join Date
    May 2006
    Posts
    58
    Thanks
    12
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Enctrypted file uploads to a server

    Quote Originally Posted by wysota View Post
    You can use stunnel (http://stunnel.mirt.net/) through QProcess to set up an SSL connection to your server. Your users won't have to touch a thing and you'll have a decent secure connection with only a light dependency.
    I was looking at that earlier today, but according to the FAQ it won't work with FTP:
    http://www.stunnel.org/faq/troubleshooting.html#ToC18

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Enctrypted file uploads to a server

    This is not entirely true (it would require a special FTP server), but still you don't have to use FTP itself, right? There is a service FTPS which is FTP over SSL but you can also use your custom protocol, HTTP or whatever else you want that uses a single port to communicate.

Similar Threads

  1. How To Extract A File
    By deekayt in forum General Programming
    Replies: 7
    Last Post: 5th December 2006, 18:27
  2. Retrieving modified date of file using QHttp
    By hardgeus in forum Qt Programming
    Replies: 9
    Last Post: 3rd December 2006, 23:20
  3. How a server can write "Hello" to a browser ?
    By probine in forum Qt Programming
    Replies: 2
    Last Post: 1st December 2006, 14:43
  4. QHttp GET File & Password
    By patrik08 in forum Qt Programming
    Replies: 4
    Last Post: 11th June 2006, 13:04
  5. synching client readings to server output
    By OnionRingOfDoom in forum Qt Programming
    Replies: 14
    Last Post: 28th January 2006, 18:15

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
  •  
Qt is a trademark of The Qt Company.