代码搜索:ftpClient

找到约 782 项符合「ftpClient」的源代码

代码结果 782
www.eeworm.com/read/466651/7030853

dcr ftpclient.dcr

www.eeworm.com/read/466651/7030857

res ftpclient.res

www.eeworm.com/read/466651/7030858

dcu ftpclient.dcu

www.eeworm.com/read/460748/7242108

pro ftpclient.pro

###################################################################### # Automatically generated by qmake (2.01a) ??? ?? 10 19:43:05 2008 ############################################################
www.eeworm.com/read/460748/7242109

exe ftpclient.exe

www.eeworm.com/read/460748/7242113

h ftpclient.h

#ifndef FTPCLIENT_H #define FTPCLIENT_H #include #include class FtpClient : public QDialog { Q_OBJECT public: FtpClient( QWidget *parent=0, Qt::WindowFlags f=0 ); ~F
www.eeworm.com/read/460748/7242116

cpp ftpclient.cpp

#include "ftpclient.h" FtpClient::FtpClient( QWidget *parent, Qt::WindowFlags f ) : QDialog( parent, f ) { setWindowTitle(tr("FTP Client")); LabelServer = new QLabel( this );
www.eeworm.com/read/456870/7337905

h ftpclient.h

#if !defined(AFX_FTPCLIENT_H__4F167D08_278D_4582_90ED_6B999468B35C__INCLUDED_) #define AFX_FTPCLIENT_H__4F167D08_278D_4582_90ED_6B999468B35C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif //
www.eeworm.com/read/456870/7337918

cpp ftpclient.cpp

// FTPclient.cpp : implementation file // #include "stdafx.h" #include "通信.h" #include "FTPclient.h" #include "ClassXP.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char TH
www.eeworm.com/read/455726/7367577

c ftpclient.c

/* * ftpclent.c * Copyright (C) 2008 * Authors: Sun Sanna * Create Time: 2008/10/23 * last Modified: 2008/10/23 * * Revision 1.1 2008/10/24 * +Add socket part * * Revision 1.2 2008/10/25