i am using QT software in solaris,
i opened remote system through QFtp methods i.e.. connectToHost()
after that, loged in through login().
now my problem is, i am trying to get data from remote system, through
int get ( const QString & file, QIODevice * dev = 0 )
at first argument i am giving "file name" to download from remote sys., where should i store downloaded file in local system , why we are using QIODevice, how to use QIODevice in get fuction