代码搜索:FTPClient
找到约 782 项符合「FTPClient」的源代码
代码结果 782
www.eeworm.com/read/303742/3809466
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/301149/3842699
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/295164/3911964
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/291408/3967046
h ftpclient.h
/**
* \addtogroup ftpclient FTP Client
* @{
*/
/**
* \file ftpclient.c
* \brief FTP Client Application Implementation Header File.
* \author Xiaofei Rui
*/
/*
**
www.eeworm.com/read/279500/4136055
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/279500/4136056
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/278713/4142313
java ftpclient.java
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
*
www.eeworm.com/read/277644/4153012
java ftpclient.java
/**
*
* edtFTPj
*
* Copyright (C) 2000-2003 Enterprise Distributed Technologies Ltd
*
* www.enterprisedt.com
*
* This library is free software; you can redistribute it and/or
*
www.eeworm.com/read/277414/4155554
java ftpclient.java
import java.net.*;
import java.io.*;
import java.util.Vector;
import java.util.StringTokenizer;
public class FtpClient
{
private final String NEWLINE="\r\n";
private Socket s = null;
private Bu