代码搜索:FTPClient
找到约 782 项符合「FTPClient」的源代码
代码结果 782
www.eeworm.com/read/343875/3214854
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/343875/3214855
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/323643/3510582
pro ftpclient.pro
REQUIRES = network full-config nocrosscompiler
TEMPLATE = app
CONFIG += qt warn_on release
HEADERS = ftpviewitem.h
SOURCES = main.cpp \
ftpviewitem.cpp
FORMS = ftpmainwindow.ui \
connectd
www.eeworm.com/read/323643/3510586
doc ftpclient.doc
/*
$Id: qt/ftpclient.doc 3.2.3 edited May 13 09:08 $
*/
/*! \page ftpclient-example.html
\ingroup network-examples
\title An FTP client
This example implements a FTP client. It use
www.eeworm.com/read/312645/3655200
cdl ftpclient.cdl
#====================================================================
#
# ftpclient.cdl
#
# SNMP library configuration data
#
# ========================================================
www.eeworm.com/read/312645/3655217
h ftpclient.h
#ifndef CYGONCE_NET_FTPCLIENT_FTPCLIENT_H
#define CYGONCE_NET_FTPCLIENT_FTPCLIENT_H
//==========================================================================
//
// ftpclient.h
//
//
www.eeworm.com/read/312645/3655222
c ftpclient.c
//==========================================================================
//
// ftpclient.c
//
// A simple FTP client
//
//==========================================================
www.eeworm.com/read/307757/3721385
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/306914/3730939
java ftpclient.java
// Decompiled by DJ v3.9.9.91 Copyright 2005 Atanas Neshkov Date: 2007-6-22 16:24:33
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler opti