代码搜索:FTPClient
找到约 782 项符合「FTPClient」的源代码
代码结果 782
www.eeworm.com/read/368130/2825117
cpp ftpclientwindow.cpp
#include "ftpclientwindow.h"
#include
FtpClientWindow::FtpClientWindow(QWidget *parent, Qt::WFlags flags)
: QDialog(parent, flags)
{
setupUi(this);
ftpClient = new FtpCli
www.eeworm.com/read/412712/11188460
cs form1.designer.cs
namespace ftpclient
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
www.eeworm.com/read/431477/8675143
cpp main.cpp
/****************************************************************************
** $Id: qt/examples/ftpclient/main.cpp 2.3.8 edited 2004-08-05 $
**
** Copyright (C) 1992-2000 Trolltech AS. All righ
www.eeworm.com/read/431477/8675160
cpp ftpview.cpp
/****************************************************************************
** $Id: qt/examples/ftpclient/ftpview.cpp 2.3.8 edited 2004-08-05 $
**
** Copyright (C) 1992-2000 Trolltech AS. All r
www.eeworm.com/read/431477/8675163
h ftpview.h
/****************************************************************************
** $Id: qt/examples/ftpclient/ftpview.h 2.3.8 edited 2004-08-05 $
**
** Copyright (C) 1992-2000 Trolltech AS. All rig
www.eeworm.com/read/121396/14757486
cs ftpasynchronousconnection.cs
using System;
using System.Collections;
using System.Threading;
using System.IO;
namespace FTPClient
{
///
/// Summary description for FTPAsynchronousConnection.
///
www.eeworm.com/read/306914/3730936
java fullftpclient.java
import java.io.IOException;
import java.util.Enumeration;
import sun.net.ftp.FtpClient;
import sun.net.ftp.FtpProtocolException;
/*****************************************************************
www.eeworm.com/read/309155/3706647
cs scanftpthread.cs
using System;
using System.Threading;
using System.IO;
using MonitorSystem.FtpClient;
using MonitorSystem.BasicClass;
namespace MonitorSystem.MonitorCenter
{
///
/// ScanFTPThrea
www.eeworm.com/read/297392/3887431
changelog
0.4.3 (net - STABLE / curl - ALPHA - compiles on Gambas 0.94)
* Fixed a "segmentation fault", when changing user name or password in both HttpClient and FtpClient
0.4.2 (net - STABLE / curl - ALPHA
www.eeworm.com/read/159995/10580590
tmp ~vc72.tmp
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ftpclient.RC
//
#define IDR_MAINFRAME 128
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#defi