Results 1 to 4 of 4

Thread: access to ftp server

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Mar 2008
    Location
    Morocco
    Posts
    47
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    7
    Thanked 1 Time in 1 Post

    Default Re: access to ftp server

    thanks..
    well I m trying to use the qftp class ..
    but I have a problem..I tried a simple exemple to put a file into the ftp server..but it doesnt work:

    Qt Code:
    1. QFtp *ftp=new QFtp(this);
    2. ftp->connectToHost("ensa2008.ifrance.com");
    3. ftp->login("userName","Password");
    4. ftp->rawCommand("put D:\kkk\webView\release\katie.bmp");
    5. ftp->close();
    To copy to clipboard, switch view to plain text mode 
    so ..how can I know wht the problem is ??

    thanks !!
    Last edited by jpn; 31st May 2008 at 17:32. Reason: missing [code] tags

Similar Threads

  1. Access to PostgreSQL DB on a linux server
    By rmagro in forum Qt Programming
    Replies: 28
    Last Post: 13th March 2008, 10:02
  2. How to ping a server ?
    By Nyphel in forum Newbie
    Replies: 2
    Last Post: 23rd April 2007, 12:27
  3. Replies: 0
    Last Post: 16th April 2007, 13:18
  4. How a server can write "Hello" to a browser ?
    By probine in forum Qt Programming
    Replies: 2
    Last Post: 1st December 2006, 15:43
  5. Replies: 1
    Last Post: 4th October 2006, 17:05

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.