/*
*/
/*! \page ftpclient-example.html
\ingroup network-examples
\title An FTP client
This example implements a FTP client. It uses TQFtp to perform its FTP
commands. The GUI parts are done in the Designer.
The implementation of the FTP commands (ftpmainwindow.ui.h):
\include network/ftpclient/ftpmainwindow.ui.h
Main (main.cpp):
\include network/ftpclient/main.cpp
*/