代码搜索:FTPClient
找到约 782 项符合「FTPClient」的源代码
代码结果 782
www.eeworm.com/read/387121/8705337
h ftpclient.h
// ftpclient.h : main header file for the FTPCLIENT application
//
#if !defined(AFX_FTPCLIENT_H__1DB72D1E_9967_4589_BAD3_C70932204AFA__INCLUDED_)
#define AFX_FTPCLIENT_H__1DB72D1E_9967_4589_BAD3_
www.eeworm.com/read/387121/8705345
plg ftpclient.plg
Build Log
--------------------Configuration: ftpclient - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADM
www.eeworm.com/read/387121/8705376
rc ftpclient.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/387121/8705381
cpp ftpclient.cpp
// ftpclient.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "ftpclient.h"
#include "MainFrm.h"
#include "ftpclientDoc.h"
#include "ftpclientView.h"
#
www.eeworm.com/read/286831/8740138
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/286831/8740164
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/180870/9282581
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/373647/9445011
java ftpclient.java
package com.rocket.usable;
import java.io.*;
import java.net.*;
public class ftpClient {
/**
* @param args
* 基本上实现了ftp的功能
* 定义了ftp的常用的上传和下载等功能,
* 暂时不支持断点续传等
* @author lihong
www.eeworm.com/read/372092/9522058
h ftpclient.h
// FTPclient.h: interface for the CFTPclient class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FTPCLIENT_H__05003AE0_E234_11D2_970B_00A024EBF6AB__I
www.eeworm.com/read/372092/9522069
cpp ftpclient.cpp
/*/////////////////////////////////////////////////////////////////////
FTPclient.cpp (c) GDI 1999
V1.0.0 (10/4/99)
Phil Anderson. philip@gd-ind.com
Simple FTP client functionality. If you have