I used QFtp to connect to an FTP server and that server has variable no of disk drives . Now, using QFtp how can I list all the drives? QFtp::list() will get dir info of the current drive or you can give the dir name, but I dont know the dir name of all the drives yet so i am stuck.

baray98