thanks..
well I m trying to use the qftp class ..
but I have a problem..I tried a simple exemple to put a file into the ftp server..but it doesnt work:
ftp->connectToHost("ensa2008.ifrance.com");
ftp->login("userName","Password");
ftp->rawCommand("put D:\kkk\webView\release\katie.bmp");
ftp->close();
QFtp *ftp=new QFtp(this);
ftp->connectToHost("ensa2008.ifrance.com");
ftp->login("userName","Password");
ftp->rawCommand("put D:\kkk\webView\release\katie.bmp");
ftp->close();
To copy to clipboard, switch view to plain text mode
so ..how can I know wht the problem is ??
thanks !!
Bookmarks