代码搜索:FTPClient

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

代码结果 782
www.eeworm.com/read/449248/1679171

java ftpclient.java

import java.net.*; import java.io.*; import java.util.*; class FtpClient { static final boolean debug = false; public static final int FTP_PORT = 21; static int FTP_SUCCESS =
www.eeworm.com/read/430395/1930919

h ftpclient.h

#ifndef FTPCLIENT_H #define FTPCLIENT_H #include #include class QFile; class QFtp; class QUrlInfo; class QProgressDialog; class FtpClient : public QObject { Q_OBJECT
www.eeworm.com/read/430395/1930920

cpp ftpclient.cpp

#include "ftpclient.h" #include #include FtpClient::FtpClient(QObject *parent) : QObject(parent),ftp(NULL),file(NULL) { progressDialog = new QProgressDialog((QWidget *)pa
www.eeworm.com/read/421437/2052304

kdevses ftpclient.kdevses

www.eeworm.com/read/421437/2052305

kdevelop ftpclient.kdevelop

root root@stephen.domain2.com $VERSION$ KDevTrollProject
www.eeworm.com/read/421437/2052306

pro ftpclient.pro

TEMPLATE=subdirs SUBDIRS=src
www.eeworm.com/read/421437/2052314

h ftpclient.h

#ifndef FTPCLIENT_H #define FTPCLIENT_H #include #include class QFile; class QFtp; class QUrlInfo; class QProgressDialog; class FtpClient : public QObject { Q_OBJECT
www.eeworm.com/read/421437/2052315

cpp ftpclient.cpp

#include "ftpclient.h" #include #include FtpClient::FtpClient(QObject *parent) : QObject(parent),ftp(NULL),file(NULL) { progressDialog = new QProgressDialog((QWidget *)pa
www.eeworm.com/read/420972/2058642

dpr ftpclient.dpr

program FtpClient; uses Forms, main in 'main.pas' {MainForm}, newDlg in 'newDlg.pas' {NewDialog}, fileDlg in 'fileDlg.pas' {FileExistsDialog}; {$R *.res} begin Application.Init
www.eeworm.com/read/420972/2058645

bdsproj ftpclient.bdsproj