代码搜索:FTPserver
找到约 330 项符合「FTPserver」的源代码
代码结果 330
www.eeworm.com/read/215240/15066474
h ftpserver.h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 5.01.0164 */
/* at Sat Feb 25 11:26:37 2006
*/
/* Compiler settings for D
www.eeworm.com/read/215240/15066476
dsw ftpserver.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/215240/15066480
cpp ftpserver.cpp
// Ftpserver.cpp : Implementation of DLL Exports.
// Note: Proxy/Stub Information
// To build a separate proxy/stub DLL,
// run nmake -f Ftpserverps.mk in the project directory.
#
www.eeworm.com/read/215240/15066482
plg ftpserver.plg
Build Log
--------------------Configuration: Ftpserver - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /
www.eeworm.com/read/215240/15066484
opt ftpserver.opt
www.eeworm.com/read/215240/15066493
ncb ftpserver.ncb
www.eeworm.com/read/215240/15066496
idl ftpserver.idl
// Ftpserver.idl : IDL source for Ftpserver.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (Ftpserver.tlb) and marshalling code.
import "oaidl.idl";
imp
www.eeworm.com/read/208766/15237536
cpp ftpserver.cpp
#include "Public.h"
#include "Tools.h"
#include "FtpServer.h"
int main(){
CFtpServer ftpSvr;
ftpSvr.Start();
return 0;
}
void CFtpServer::SignChildExit(int iSignNo)
{
pid_t pid;
www.eeworm.com/read/208766/15237548
h ftpserver.h
/****************************************************
* 主类
* 作者 gotter@163.com 2006-04-19
****************************************************/
#ifndef _FTP_SERVER_H_
#define _FTP_SERVER_H_
www.eeworm.com/read/206570/15293651