download from ftp server qt code example
Example: qt ftp server
server = new FtpServer(this, "/ftp/root/path", 21, "MyUserName", "MyPassword", false, false);
server = new FtpServer(this, "/ftp/root/path", 21, "MyUserName", "MyPassword", false, false);