Results 1 to 2 of 2

Thread: QFtp: entering deep folder (cd)

  1. #1
    Join Date
    Sep 2007
    Location
    Sant'Elpidio a Mare, Italy
    Posts
    194
    Thanks
    54
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default QFtp: entering deep folder (cd)

    Hi,
    qt ftp example does
    Qt Code:
    1. ftp->cd("qt");
    To copy to clipboard, switch view to plain text mode 
    to change the working directory.
    The question is: how to change to deeper folders?

    Assume that the server tree is /folder/inner/deeper and from "folder" I have to change to "deeper", how to achieve it?

    (I tried
    Qt Code:
    1. ftp->cd("inner/deeper");
    To copy to clipboard, switch view to plain text mode 
    Qt Code:
    1. ftp->cd("inner");
    2. ftp->cd("deeper");
    To copy to clipboard, switch view to plain text mode 
    but the first says that the folder doesn't exist, while the second says that "deeper" doesn't exists...)

    Thank you for your attention
    --
    raccoon29

    "La mia vita finirà quando non vedrò più la gente ridere...non necessariamente alle mie battute "

  2. #2
    Join Date
    Sep 2007
    Location
    Sant'Elpidio a Mare, Italy
    Posts
    194
    Thanks
    54
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: QFtp: entering deep folder (cd)


    Ok, ok... all is ok.
    I messed with ftp accounts...

    Anyway in this way cd works like a charm

    PS: I would have deleted the thread, but I found no the command
    --
    raccoon29

    "La mia vita finirà quando non vedrò più la gente ridere...non necessariamente alle mie battute "

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.