[Qt-interest] QNetworkAccessManager examples

Álvaro Morais alvarommorais at gmail.com
Wed Jun 24 20:02:23 CEST 2009


On Wednesday, 2009-06-24 at 06:43, Thiago Macieira wrote:
> Álvaro Morais wrote:
> >Hi.
> >
> >In Qt QFtp Documentation is written:
> >
> >"This class provides a direct interface to FTP that allows you to have
> > more control over the requests. However, for new applications, it is
> > recommended to use QNetworkAccessManager "
> >
> >I find the specific documentation on QNetworkAccessManager poor in
> > examples.
> >
> >Does anyone knows were I can find some kind of examples on how to
> > implement Ftp, SFtp, Webdav with QNetworkAccessManager.
>
> FTP support is there. Just pass ftp:// URLs to the get() and put()
> methods: QNAM will do the upload and downloads for you. However, it does
> not support directory listing or other file operations.
>
> SFTP and DAV are not supported.

Thanks.

-- 
Neither Emacs or Vi are my primary editors...
..and I'm not ashamed!!!




More information about the Qt-interest-old mailing list