代码搜索:FTPClient
找到约 782 项符合「FTPClient」的源代码
代码结果 782
www.eeworm.com/read/374465/2751543
java ftpclient.java
/*
* Copyright 2004-2008 H2 Group. Licensed under the H2 License, Version 1.0
* (license2)
* Initial Developer: H2 Group
*/
package org.h2.test.unit;
import java.io.BufferedReader;
import
www.eeworm.com/read/368130/2825120
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/368130/2825121
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/360023/2970580
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/354531/3076832
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/264723/4287151
java ftpclient.java
/*
* Copyright 2001-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo
www.eeworm.com/read/259903/4336904
pro ftpclient.pro
REQUIRES = network full-config
TEMPLATE = app
CONFIG += qt warn_on release
HEADERS = ftpmainwindow.h \
ftpview.h
SOURCES = ftpmainwindow.cpp \
ftpview.cpp \
main.cpp
TARGET = ftpclien
www.eeworm.com/read/259903/4336906
doc ftpclient.doc
/*
$Id: qt/ftpclient.doc 3.0.3 edited Nov 6 19:46 $
*/
/*! \page ftpclient-example.html
\ingroup network-examples
\title An FTP client
This example implements a FTP client. It use
www.eeworm.com/read/258669/4352386
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/258350/4355140
pro ftpclient.pro
TEMPLATE = app
TARGET = ftpclient
CONFIG += qt warn_on release
REQUIRES = network full-config nocrosscompiler
HEADERS = ftpviewitem.h
SOURCES = main.cpp \
ftpviewitem.cpp
FORMS = ftpmainwi