Results 1 to 3 of 3

Thread: implementing ftp using Qt4 and apache2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2011
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11

    Question implementing ftp using Qt4 and apache2

    hiii,
    i am using apache2 in my project on ubuntu 10.04 platform. also Qt4 for GUI programming.i have to implement ftp using Qt4 and apache2 webserver.i have done program but i have to provide server address,username and password as input in my program in order to upload and download the files on apache2.how do i create account in apache2 server?? please help me as early as possible.

  2. #2
    Join Date
    Sep 2010
    Location
    Poland
    Posts
    112
    Thanks
    8
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Maemo/MeeGo

    Default Re: implementing ftp using Qt4 and apache2

    QFtp will let You do that
    it has appropriate methods to login using specified user name etc.

    as far as I remember you have to make sure to implement some method/slot to handle server responses something like
    Qt Code:
    1. void FtpHandler::ftpStateChanged(int state)
    To copy to clipboard, switch view to plain text mode 

    and to provide all login data , just make some simple widget or dialog to get these informations

    and... creating an accounts in apache... that is the one I can't help You with, but I think you have to use external tool, but in case of Apache I am no expert
    My schedule makes my cry
    My works makes my laugh
    My life makes... oh...no....

  3. #3
    Join Date
    Feb 2011
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: implementing ftp using Qt4 and apache2

    thank you so much.

Similar Threads

  1. Implementing threads...
    By Abc in forum Qt Programming
    Replies: 7
    Last Post: 12th June 2008, 08:41
  2. Implementing a butcon
    By Theo Landman in forum Qt Programming
    Replies: 4
    Last Post: 6th August 2007, 20:21
  3. Implementing paint()
    By Wirloff in forum Qt Programming
    Replies: 3
    Last Post: 10th April 2007, 10:29
  4. Implementing IME using QT
    By pmohod in forum Qt Programming
    Replies: 0
    Last Post: 16th February 2007, 12:22

Tags for this Thread

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.