代码搜索:FTPClient
找到约 782 项符合「FTPClient」的源代码
代码结果 782
www.eeworm.com/read/253180/12240874
dcu ftpclient.dcu
www.eeworm.com/read/253180/12240879
~ddp ftpclient.~ddp
www.eeworm.com/read/253180/12240882
dfm ftpclient.dfm
object FrmMain: TFrmMain
Left = 191
Top = 92
Width = 800
Height = 600
Caption = 'FTP'#31243#24207
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Fon
www.eeworm.com/read/253180/12240887
~dfm ftpclient.~dfm
object FrmMain: TFrmMain
Left = 191
Top = 92
Width = 800
Height = 600
Caption = 'FTP'#31243#24207
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Fon
www.eeworm.com/read/253180/12240890
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/226940/14446200
java ftpclient.java
import java.io.BufferedInputStream;
import java.net.*;
import java.io.*;
import java.awt.event.*;
import javax.swing.*;
/**
*
* @author Administrator
*/
public class ftpclient extends JF
www.eeworm.com/read/225208/14550485
java ftpclient.java
/*
*DownLoadThread线程负责接受服务器传过来的数据;
*CommandThread线程负责控制DownLoadThread线程,并提供和用户交互的功能;
*/
import java.net.*;
import java.io.*;
public class FtpClient {
public static void main(String arg
www.eeworm.com/read/224915/14563002
cpp ftpclient.cpp
// FtpClient.cpp: implementation of the CFtpClient class.
//
//////////////////////////////////////////////////////////////////////
#include "StdAfx.h"
#include "FtpClient.h"
#include
www.eeworm.com/read/224915/14563071
h ftpclient.h
// FtpClient.h: interface for the CFtpClient class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FTPCLIENT_H__32D5715A_92CC_421E_9A88_78993ABB1B1E__I