PDA

View Full Version : How to download any file through ftp server



thomasjoy
23rd July 2007, 13:14
hi
i am using Qt4.1 on Mac Platform
now i want to know how i can download a file through FTP server after connecting

as i can connected with the ftp server ,so is there function through which i can see the files available on server
as like there are alot of files available on server, by selecting it can i download them from FTP server

if yes Please do tell me the procedure using example code

i had seen the example code of through qtmanual bt my requirement is not like same

i want basically to see the list of available files on server as after connection has been established

please do tell by giving a simple example
thanks in advance

jacek
24th July 2007, 02:23
See the network/ftp example.