On Monday, July 04, 2011 02:05:15 PM ext NoRulez wrote: > Hi, > > did anybody have any examples on how to use ftp with QNetworkAccessManager > to list files or to submit other ftp commands instead of using QFtp? That's unfortunately not possible with QNAM. Only GET/PUT can be done. Markus