begin process at 2012 02 13 03:37:52
  Trouver un code source :
 
dans
 
Accueil > 

Code

 > 

Réseaux & Internet

 > CLIENT FTP (QT)

CLIENT FTP (QT)


 Information sur la source

Note :
6,5 / 10 - par 2 personnes
6,50 / 10

  • 1

  • 2

  • 3

  • 4

  • 5

  • 6

  • 7

  • 8

  • 9

  • 10
Catégorie :Réseaux & Internet Classé sous :ftp, qt, qftp, download, networking Niveau :Initié Date de création :10/02/2007 Date de mise à jour :10/02/2007 15:38:18 Vu / téléchargé :11 438 / 1 136

Auteur : hibi

Ecrire un message privé
Commentaire sur cette source (7)
Ajouter un commentaire et/ou une note

 Description

Cliquez pour voir la capture en taille normale
un petit client ftp multiplateforme (les plateforme supportés par le bibilothèque Qt)qui vous permet de faire des opérations simples, le programme contient encore des bugs que je vais fixer par la suite (je compte sur votre aide pour faire cela).
désolé le code source n'est pas commenté.


 Conclusion

pour compilé ce programme vous avez besoin d'installé la bibiothéque graphique Qt avec minGW (g++) :
http://ftp.iasi.roedu.net/mirrors/ftp.trolltech.c om/qt/source/qt-win-opensource-4.2.2-mingw.exe
ou:
http://www.trolltech.com/developer/downloads/qt/i ndex

 Fichier Zip

Les Membres Club peuvent télécharger directement un fichier contenu dans le zip sans télécharger le zip en entier !

Télécharger le zip


 Historique

10 février 2007 15:38:18 :
Correction d'un bug: Upload des fichiers par drag and drop

 Sources du même auteur

Source avec Zip Source avec une capture RÉSOLTION DES PROGRAMME LINÉAIRE (MÉHODE DE SIMPLEXE)
Source avec Zip 3DS FILES VIEWER
Source avec Zip COLORATION DES GRAPHES
Source avec Zip DETECTION DU MOUVEMENT À L'AIDE D'UNE WEBCAM

 Sources de la même categorie

Source avec Zip Source avec une capture TRACEROUTE [WINPCAP] par ganjarasta
Source avec Zip SERVEUR MULTITHREAD [LINUX/WIN] par nipepsinicolas
Source avec Zip Source avec une capture SECURE REMOTE SHELL [WIN32] par ganjarasta
Source avec Zip Source avec une capture SUIVI DE PRODUCTION ONDULEUR PHOTOVOLTAÏQUE SOLARMAX par brunovan
Source avec Zip MINICHAT MULTI-CLIENT par wisar

 Sources en rapport avec celle ci

Source avec Zip Source avec une capture CONTACTS MANAGER par eapaceinfo
Source avec Zip Source avec une capture CONTACTES BOOK par mature
Source avec Zip Source avec une capture [C++/QT] SLIDEALWAYS, RÉALISEZ DES SLIDES POUR VOTRE SITE AV... par doderic
Source avec Zip Source avec une capture SCYTHIA V0.9.3 par Anacr0x
Source avec Zip ENVOI ET TELECHARGEMENT FTP EN LIGNE DE COMMANDE par elguevel

Commentaires et avis

Commentaire de Mr.X le 13/02/2007 13:37:53

Très bon boulot, j'imagine le temps que sa a du prendre ... respect.

Commentaire de pakalolo le 02/06/2007 00:57:15

t trop un geek lol

Commentaire de shenron666 le 24/07/2007 11:09:35

"le code source n'est pas commenté"
pas de commentaire + pas de binaire -__-
+1 pour la capture tiens
dommage, ça aurait pu m'intéresser mais pas le courage de perdre des heures à décortiquer ton code

Commentaire de jalfr le 20/11/2007 22:28:21

Salut!

J'ai un petit problème lors de la compilation avec Qt ...
Voici ce qui m'est retourné lors du make:

In file included from src\CFtp.cpp:8:
src\/CFtp.h:11:16: QFtp: No such file or directory
In file included from src\CFtp.cpp:8:
src\/CFtp.h:28: error: `QFtp' has not been declared
src\/CFtp.h:28: error: `TransferMode' has not been declared
src\/CFtp.h:28: error: ISO C++ forbids declaration of `mode' with no type
src\/CFtp.h:37: error: `QFtp' has not been declared
src\/CFtp.h:37: error: variable or field `setTransfertMode' declared void
src\/CFtp.h:37: error: expected `;' before '(' token
src\/CFtp.h:64: error: expected `,' or `...' before '&' token
src\/CFtp.h:64: error: ISO C++ forbids declaration of `QUrlInfo' with no type
src\/CFtp.h:74: error: expected `,' or `...' before '&' token
src\/CFtp.h:74: error: ISO C++ forbids declaration of `QUrlInfo' with no type
src\/CFtp.h:85: error: ISO C++ forbids declaration of `QFtp' with no type
src\/CFtp.h:85: error: expected `;' before '*' token
src\/CFtp.h:92: error: `QFtp' has not been declared
src\/CFtp.h:92: error: ISO C++ forbids declaration of `TransferMode' with no typ
e
src\/CFtp.h:92: error: expected `;' before "mode"
src\/CFtp.h:28: error: `QFtp' has not been declared
src\/CFtp.h:28: error: `Passive' was not declared in this scope
src\CFtp.cpp: In constructor `CFtp::CFtp(QObject*)':
src\CFtp.cpp:22: error: 'class CFtp' has no member named 'mode'
src\CFtp.cpp:22: error: `QFtp' has not been declared
src\CFtp.cpp:22: error: `Passive' undeclared (first use this function)
src\CFtp.cpp:22: error: (Each undeclared identifier is reported only once for ea
ch function it appears in.)
src\CFtp.cpp:24: error: `ftp' undeclared (first use this function)
src\CFtp.cpp:24: error: `QFtp' has not been declared
src\CFtp.cpp: At global scope:
src\CFtp.cpp:37: error: `QFtp' has not been declared
src\CFtp.cpp:37: error: `TransferMode' has not been declared
src\CFtp.cpp:37: error: ISO C++ forbids declaration of `mode' with no type
src\CFtp.cpp: In constructor `CFtp::CFtp(QObject*, QString, int, QString, QStrin
g, QString, int, int)':
src\CFtp.cpp:45: error: 'class CFtp' has no member named 'mode'
src\CFtp.cpp:47: error: `ftp' undeclared (first use this function)
src\CFtp.cpp:47: error: `QFtp' has not been declared
src\CFtp.cpp: At global scope:
src\CFtp.cpp:88: error: `QFtp' has not been declared
src\CFtp.cpp:88: error: variable or field `setTransfertMode' declared void
src\CFtp.cpp:88: error: `int CFtp::setTransfertMode' is not a static member of `
class CFtp'
src\CFtp.cpp:88: error: `TransferMode' was not declared in this scope
src\CFtp.cpp:88: error: expected `,' or `;' before '{' token
src\CFtp.cpp: In member function `int CFtp::getCurrentId()':
src\CFtp.cpp:95: error: `ftp' undeclared (first use this function)
src\CFtp.cpp: In member function `int CFtp::getCurrentCommand()':
src\CFtp.cpp:99: error: `ftp' undeclared (first use this function)
src\CFtp.cpp: In member function `QString CFtp::getError()':
src\CFtp.cpp:103: error: `ftp' undeclared (first use this function)
src\CFtp.cpp: In member function `void CFtp::changeDir(const QString&)':
src\CFtp.cpp:107: error: `ftp' undeclared (first use this function)
src\CFtp.cpp: In member function `void CFtp::createDir(const QString&)':
src\CFtp.cpp:111: error: `ftp' undeclared (first use this function)
src\CFtp.cpp: In member function `void CFtp::deleteDir(const QString&)':
src\CFtp.cpp:115: error: `ftp' undeclared (first use this function)
src\CFtp.cpp: In member function `void CFtp::deleteFile(const QString&)':
src\CFtp.cpp:119: error: `ftp' undeclared (first use this function)
src\CFtp.cpp: In member function `void CFtp::rename(const QString&, const QStrin
g&)':
src\CFtp.cpp:123: error: `ftp' undeclared (first use this function)
src\CFtp.cpp: In member function `void CFtp::connectToHost()':
src\CFtp.cpp:128: error: `ftp' undeclared (first use this function)
src\CFtp.cpp:128: error: `QFtp' has not been declared
src\CFtp.cpp:128: error: `Unconnected' undeclared (first use this function)
src\CFtp.cpp:128: error: `QFtp' has not been declared
src\CFtp.cpp:128: error: `Closing' undeclared (first use this function)
src\CFtp.cpp:133: error: `mode' undeclared (first use this function)
src\CFtp.cpp: In member function `void CFtp::disconnectFromHost()':
src\CFtp.cpp:144: error: `ftp' undeclared (first use this function)
src\CFtp.cpp: In member function `void CFtp::listFiles()':
src\CFtp.cpp:152: error: `ftp' undeclared (first use this function)
src\CFtp.cpp: In member function `void CFtp::downloadFile(QString, QString)':
src\CFtp.cpp:165: error: `ftp' undeclared (first use this function)
src\CFtp.cpp: In member function `void CFtp::uploadFile(QString)':
src\CFtp.cpp:180: error: `ftp' undeclared (first use this function)
src\CFtp.cpp: In member function `void CFtp::downloadDir(QString, QString)':
src\CFtp.cpp:193: error: `ftp' undeclared (first use this function)
src\CFtp.cpp: In member function `void CFtp::uploadDir(QString)':
src\CFtp.cpp:204: error: `ftp' undeclared (first use this function)
src\CFtp.cpp: At global scope:
src\CFtp.cpp:217: error: expected `,' or `...' before '&' token
src\CFtp.cpp:217: error: ISO C++ forbids declaration of `QUrlInfo' with no type
src\CFtp.cpp: In member function `void CFtp::listFiles(int)':
src\CFtp.cpp:219: error: `urlInfo' undeclared (first use this function)
src\CFtp.cpp: In member function `void CFtp::commandFinished(int, bool)':
src\CFtp.cpp:236: error: `QFtp' has not been declared
src\CFtp.cpp:236: error: `Command' undeclared (first use this function)
src\CFtp.cpp:236: error: expected `;' before "cmd"
src\CFtp.cpp:238: error: `cmd' undeclared (first use this function)
src\CFtp.cpp:238: error: `QFtp' has not been declared
src\CFtp.cpp:238: error: `Get' undeclared (first use this function)
src\CFtp.cpp:238: error: `QFtp' has not been declared
src\CFtp.cpp:238: error: `Put' undeclared (first use this function)
src\CFtp.cpp:240: error: `ftp' undeclared (first use this function)
src\CFtp.cpp: In member function `bool CFtp::isBusy()':
src\CFtp.cpp:271: error: `ftp' undeclared (first use this function)
src\CFtp.cpp:271: error: `QFtp' has not been declared
src\CFtp.cpp:271: error: `None' undeclared (first use this function)
src\CFtp.cpp: In member function `void CFtp::cancel()':
src\CFtp.cpp:278: error: `ftp' undeclared (first use this function)
src\CFtp.cpp:278: error: `QFtp' has not been declared
src\CFtp.cpp:278: error: `None' undeclared (first use this function)
mingw32-make[1]: *** [release\CFtp.o] Error 1
mingw32-make[1]: Leaving directory `C:/Downloads/ftp/dlzip/H-FTP'
mingw32-make: *** [release] Error 2


Peux tu me dire pourquoi ça me fait ça :( j'aurais bien voulu voir ton projet :(

Merci d'avance :)
++

Commentaire de jalfr le 20/11/2007 22:44:06

Excuse moi, voici l'erreur avec ton .pro et non un que j'ai créé avec un qmake -project

le début semble correct, la fin...

mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory `C:/Downloads/ftp/dlzip/H-FTP'
c:\Qt\4.3.2\bin\uic.exe ui\FTPWindow.ui -o build\ui_FTPWindow.h
c:\Qt\4.3.2\bin\uic.exe ui\Connection.ui -o build\ui_Connection.h
c:\Qt\4.3.2\bin\uic.exe ui\about.ui -o build\ui_about.h
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\Main.o src\Main.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\CFTPWindow.o src\CFTPWindow.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\CTreeWidget.o src\CTreeWidget.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\CTreeWidgetItem.o src\CTreeWidgetItem.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\CItemDelegate.o src\CItemDelegate.cpp
src\CItemDelegate.cpp:58:2: warning: no newline at end of file
src\CItemDelegate.cpp: In member function `virtual QWidget* CItemDelegate::creat
eEditor(QWidget*, const QStyleOptionViewItem&, const QModelIndex&) const':
src\CItemDelegate.cpp:35: warning: control reaches end of non-void function
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\CConnection.o src\CConnection.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\CFtp.o src\CFtp.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\arthurstyle.o src\arthur\arthurstyle.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\arthurwidgets.o src\arthur\arthurwidgets.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\hoverpoints.o src\arthur\hoverpoints.cpp
C:\Qt\4.3.2\bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
-I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtCore"
-I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtNe
twork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include\Qt
Gui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\include\ActiveQt" -I"build"
-I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -D__GNUC__ -DWIN32 src\CFT
PWindow.h -o build\moc_CFTPWindow.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\moc_CFTPWindow.o build\moc_CFTPWindow.cpp
C:\Qt\4.3.2\bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
-I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtCore"
-I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtNe
twork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include\Qt
Gui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\include\ActiveQt" -I"build"
-I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -D__GNUC__ -DWIN32 src\CTr
eeWidget.h -o build\moc_CTreeWidget.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\moc_CTreeWidget.o build\moc_CTreeWidget.cpp
C:\Qt\4.3.2\bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
-I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtCore"
-I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtNe
twork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include\Qt
Gui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\include\ActiveQt" -I"build"
-I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -D__GNUC__ -DWIN32 src\CIt
emDelegate.h -o build\moc_CItemDelegate.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\moc_CItemDelegate.o build\moc_CItemDelegate.cpp
C:\Qt\4.3.2\bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
-I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtCore"
-I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtNe
twork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include\Qt
Gui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\include\ActiveQt" -I"build"
-I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -D__GNUC__ -DWIN32 src\CCo
nnection.h -o build\moc_CConnection.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\moc_CConnection.o build\moc_CConnection.cpp
C:\Qt\4.3.2\bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
-I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtCore"
-I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtNe
twork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include\Qt
Gui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\include\ActiveQt" -I"build"
-I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -D__GNUC__ -DWIN32 src\CFt
p.h -o build\moc_CFtp.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\moc_CFtp.o build\moc_CFtp.cpp
C:\Qt\4.3.2\bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
-I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtCore"
-I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtNe
twork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include\Qt
Gui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\include\ActiveQt" -I"build"
-I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -D__GNUC__ -DWIN32 src\art
hur\arthurwidgets.h -o build\moc_arthurwidgets.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\moc_arthurwidgets.o build\moc_arthurwidgets.cpp
C:\Qt\4.3.2\bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
-I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtCore"
-I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtNe
twork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include\Qt
Gui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\include\ActiveQt" -I"build"
-I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -D__GNUC__ -DWIN32 src\art
hur\hoverpoints.h -o build\moc_hoverpoints.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\moc_hoverpoints.o build\moc_hoverpoints.cpp
c:\Qt\4.3.2\bin\rcc.exe -name rc ui\rc.qrc -o release\qrc_rc.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\qrc_rc.o release\qrc_rc.cpp
c:\Qt\4.3.2\bin\rcc.exe -name shared ui\arthur\shared.qrc -o release\qrc_shared.
cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_S
UPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.3.2\include\QtCore" -I"..\..\..\..\Q
t\4.3.2\include\QtCore" -I"..\..\..\..\Qt\4.3.2\include\QtNetwork" -I"..\..\..\.
.\Qt\4.3.2\include\QtNetwork" -I"..\..\..\..\Qt\4.3.2\include\QtGui" -I"..\..\..
\..\Qt\4.3.2\include\QtGui" -I"..\..\..\..\Qt\4.3.2\include" -I"c:\Qt\4.3.2\incl
ude\ActiveQt" -I"build" -I"build" -I"..\..\..\..\Qt\4.3.2\mkspecs\win32-g++" -o
build\qrc_shared.o release\qrc_shared.cpp
mingw32-make[1]: *** No rule to make target `rsc.rc', needed by `build\rsc_res.o
'.  Stop.
mingw32-make[1]: Leaving directory `C:/Downloads/ftp/dlzip/H-FTP'
mingw32-make: *** [release] Error 2



Merci d'avance :)

Commentaire de hibi le 20/11/2007 23:24:29

salut;

Essaie l'une des 2 propositions:

1 - supprimer la ligne suivante:

RC_FILE =   rsc.rc

du ficher H-FTP.pro

2 - ou bien de créer un fichier "rsc.rc" et mettre dedaans la ligne suivate:

IDI_ICON1               ICON    DISCARDABLE     "app.ico"

"app.ico" étant le chemin d'un fichier icone.

Commentaire de bilal le 07/04/2008 19:39:25


salut ,

je programme sous c++ builder,

je voudrais savoir si tu peux transférer plusieurs fichiers en même temps ?

Merci et bonne continuation

 Ajouter un commentaire


Discussions en rapport avec ce code source dans le forum

[Qt] Obtenir une arborecense d'un serveur ftp [ par jyz93 ] Bonjour a tous,Voila Je suis en train de programmé un client ftp et j'ai besoin d'obtenir l'arborescence du serveur sur lequel je suis connecté afin d [Qt-Win-MinGW] récupérer GetModuleHandle avec minGW/GCC [ par RV2931 ] Bonjour, Je suis en train de porter les sources d'une interface d'une Dll purement windows en C++/Qt/MinGW. Je charge apparemment convenablement toute Qt, lien entre un pushButton et un Qlabel [ par JBG87 ] Bonjour,je veux tout simplement faire une application avec Qt qui me permet d'afficher une image quand je clique sur un bouton. Et je n'y arrive pas, QT-Objet TreeView [ par mystikilla ] Bonjour,J'ai passé deux  jours entre des docs et des forums pour simplement etre un peut perdu.Je souhaite faire un TreeView contenant une arborescenc FTP passive mode : port [ par deck_bsd ] Yop à tous, Voila, je voulait savoir comment on utilise les deux dernier nombre d'une commande PASV (protocol FTP) pour trouver le numéro de port auq Upload en ftp [ par hichem16 ] Bonjour, je voulais faire un petit log en console avec Dev-C++, le principe c'est que vous écrivez un texte, ensuite ce texte sera sauvegardé et uploa fonction test de connexion FTP [ par mohdaef ] Bonsoir Je recherche depuis un certain une fonction bouléène qui à un nom d'utilisateur, un mot de passe et une Adresse IP de serveur, donnés en para Qt > Probleme contrariant [ par shorzy ] "Hello World" Je débute à peine dans Qt. J'ai essayé un Exemple tous Bête : C'est un exempla fournit officiel de chez "Qt" [^^happy10] http://doc.trol QT vs GTK vs XLib vs ... [ par Booster ] Bonjour à tous, Voilà j'aimerais faire de petite applications graphique sous linux. Mon problème ce pose au niveau de la Lib à utiliser, j'aimerais MFC Versus Qt Versus wxWidget [ par shorzy ] Salut. Ceux qui ont vu mes Post constateront que je suis en Galère Grave !![^^pirate] J'ai Quitté les MFC (car Payant) Je suis passé à Qt (Mais j'ai


Nos sponsors


Sondage...

CalendriCode

Février 2012
LMMJVSD
  12345
6789101112
13141516171819
20212223242526
272829    

Consulter la suite du CalendriCode

Photothèque

 
Développement réalisé par Nicolas SOREL (Nix) avec l'aide de : Cyril DURAND et Emmanuel (EBArtSoft), Merci à Vincent pour ses précieux conseils.
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés

Google Coop CodeS-SourceS Google Coop CodeS-SourceS
Temps d'éxécution de la page : 0,749 sec (3)

Nous contacter | Annoncer sur CodeS-SourceS | Mentions légales