代码搜索:FTPClient
找到约 782 项符合「FTPClient」的源代码
代码结果 782
www.eeworm.com/read/258350/4355144
doc ftpclient.doc
/*
$Id: qt/ftpclient.doc 3.3.5 edited May 27 2003 $
*/
/*! \page ftpclient-example.html
\ingroup network-examples
\title An FTP client
This example implements a FTP client. It uses
www.eeworm.com/read/393093/8312768
cpp ftpclient.cpp
#include "Comm.h"
#define MAX_SIZ 256
WComm w;
char Path[MAX_SIZ];
bool EnCodeCmd(char *CmdBuffer,char *Cmd);
void Get();
void Put(char *Cmd);
void Dir();
void Cd(char *Cmd);
void Exit();
www.eeworm.com/read/172317/9714530
ico ftpclient.ico
www.eeworm.com/read/172317/9714548
ncb ftpclient.ncb
www.eeworm.com/read/172317/9714551
sln ftpclient.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ftpclient", "ftpclient.vcproj", "{9098E4F3-8925-4175-9BFE-EB49F605204E}"
ProjectSecti
www.eeworm.com/read/172317/9714561
aps ftpclient.aps
www.eeworm.com/read/172317/9714564
h ftpclient.h
// ftpclient.h : PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error 在包含用于 PCH 的此文件之前包含“stdafx.h”
#endif
#include "resource.h" // 主符号
// CftpclientApp:
// 有关此类的实现,请参
www.eeworm.com/read/172317/9714566