Results 1 to 2 of 2

Thread: what should I give url?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: what should I give url?

    Please edit your post and put your code in [code] tags.

    1)I dont get any error but after running it says "exited with code
    1"....
    This is exactly what you tell C++ to return to the operating system when main is terminating.

    2) I am not getting what url should I give to connect to the FTP server
    which I have installed VSFTPD server for ubuntu in my computer..PLZ
    someone help me..
    An FTP URL is built exactly the same way as every other URL:
    http://en.wikipedia.org/wiki/Uniform_Resource_Locator
    Use the "ftp:" scheme and path.

    QUrl is very useful when assembing/disassembling URLs.
    Last edited by ChrisW67; 20th February 2011 at 23:29.

Similar Threads

  1. How to give QextSerialPort example a Gui?
    By Jeroenbruinsma in forum Newbie
    Replies: 1
    Last Post: 5th March 2012, 01:40
  2. Replies: 2
    Last Post: 14th January 2011, 08:55
  3. Hi all. I give up (not really, but yes, kind of)
    By tachoknight in forum Newbie
    Replies: 1
    Last Post: 4th December 2010, 02: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
  •  
Qt is a trademark of The Qt Company.