Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 4

Qt-interest Archive, March 2002
network problem


Message 1 in thread

Hello,
Sorry but i have the same problem...network protocol doesn't work.
And i don't know what's going on....


what's wrong with :

qInitNetworkProtocols() ;
QUrlOperator op(QString (ftp://stephane:******@www.lesboucles.net));
 op.copy(QString ( "/home/sb/textedit/images/butterfly.png"),
"/home/www/prepa/", FALSE );

stephane B


Message 2 in thread

> op.copy(QString ( "/home/sb/textedit/images/butterfly.png"),
>"/home/www/prepa/", FALSE );

Why's the first one casted to QString, but the second isn't?
-- 
 [ signature omitted ]