代码搜索:FTPClient
找到约 782 项符合「FTPClient」的源代码
代码结果 782
www.eeworm.com/read/371198/9562117
c ftpclient.c
/* achieve base function of ftp client.Maybe some bugs are in the file,
* if you know how to correct them,please tell me,thank you!
* All rights reserved.
* Author : xiaoleng
* Email : f
www.eeworm.com/read/371198/9562119
h ftpclient.h
#ifndef __ftpclient_h_
#define __ftpclient_h_
#define DEFAULT_FTP_PORT 21
#define DEFAULT_LOCAL_MENU "/opt"
#define MODE_PASSIVE 1
#define MODE_ACTIVE 2
#define FTPC_LABEL "lvghFTPC>>"
www.eeworm.com/read/365911/9841220
c ftpclient.c
/* vi: set sw=4 ts=4: */
/*
* ftpget
*
* Mini implementation of FTP to retrieve a remote file.
*
* Copyright (C) 2002 Jeff Angielski, The PTR Group
* Copyright (C) 2002 Gl
www.eeworm.com/read/161221/10437001
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/279014/10483496
ddp ftpclient.ddp
www.eeworm.com/read/279014/10483513
dcu ftpclient.dcu
www.eeworm.com/read/279014/10483527
dfm ftpclient.dfm
object FrmMain: TFrmMain
Left = 1
Top = 79
Width = 800
Height = 600
Caption = 'FTPCLIENT'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height
www.eeworm.com/read/279014/10483542
pas ftpclient.pas
unit FtpClient;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls, FileCtrl, ComCtrls, ImgList,
IdBaseCompon
www.eeworm.com/read/279014/10483560
ddp ftpclient.ddp
www.eeworm.com/read/279014/10483567