代码搜索:FTPd
找到约 619 项符合「FTPd」的源代码
代码结果 619
www.eeworm.com/read/182103/5272425
c ftpd.c
/* FIXME: 1. Parse command is a hack. We can do better.
* 2. Some sort of access control?
* 3. OSV: hooks support seems to be bad, as it requires storing of
* entire input
www.eeworm.com/read/182103/5272426
h ftpd.h
/*
* FTP Server Information
*
* $Id: ftpd.h,v 1.4 2001/01/24 19:20:24 joel Exp $
*/
#ifndef __FTPD_H__
#define __FTPD_H__
#define FTPD_CONTROL_PORT 21
/* FTPD access control flags */
enum
www.eeworm.com/read/174805/5356982
c ftpd.c
/*
* Copyright (c) 2004, Dennis Kuschel.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo
www.eeworm.com/read/174805/5356986
h ftpd.h
/*
* Copyright (c) 2004, Dennis Kuschel.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo
www.eeworm.com/read/172593/5383634
prj ftpd.prj
[Compiler Options]
Edit1=..\..\include
Edit2=..\..\lib\icc\enhanced
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=ETHERNUT2 _MCU_enhanced __HARVARD_ARCH__
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=0x20000
Edi
www.eeworm.com/read/172593/5383635
src ftpd.src
[Files]
..\..\app\ftpd\ftpserv.c
[Headers]
[Documents]
www.eeworm.com/read/172593/5383807
h ftpd.h
#ifndef _PRO_FTPD_H_
#define _PRO_FTPD_H_
/*
* Copyright (C) 2004-2005 by egnite Software GmbH. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modif
www.eeworm.com/read/306178/3748435
h ftpd.h
/* ftpd.h */
#ifndef __FTPD_H
#define __FTPD_H
#define POS 1
#define DATA 2
#define USER_NAME 3
#define LOGGED_IN 4
#define CWD 5
#define LEN 6
#define PARENT_FD 7
#define DAT
www.eeworm.com/read/306178/3750419
ftpd_welcome
*********************************************
* 侠客行 Ⅰ 档案传输(Ftp)服务 *
*********************************************
www.eeworm.com/read/306178/3750446
c ftpd.c
#define FTPD_VERSION "5.8"
inherit F_DBASE;
mapping socket_info;
int our_socket;
mapping temp_map;
int number_of_users;
int rest_pos;
/*
* edit ftpdconf.h & ftpdsupp.h to configure ftpd