ftpclient.h

来自「这同样是FS8610相关的代码.看起来不错啊.」· C头文件 代码 · 共 48 行

H
48
字号
/**
 * \addtogroup ftpclient FTP Client
 * @{
 */

/**
 * \file ftpclient.c
 * \brief FTP Client Application Implementation Header File.
 * \author Xiaofei Rui <xfrui@fameg.com>
 */

/*
******************************************************************************
*
Copyright (c) 2006 FameG Shanghai, Inc. All rights reserved.
*
This is unpublished proprietary source code of FameG Shanghai, Inc.
*
The copyright notice above does not evidence any actual or intended
*
publication of such source code.
******************************************************************************
*/
/*
******************************************************************************
*
Project: T4 Hardware TCP/IP
*
Filename: ftpclient.h
*
Date:  2006-06-26
*
Purpose:  FTP client process.
*
Author: Xiaofei Rui
******************************************************************************
*/
#include "util/debug.h"
#include "kernel/socket.h"
#include "kernel/mac.h"
#include "util/inetutil.h"
#include "user_config.h"

#if	INCLUDE_FTP_CLIENT

void ftp_client_run(void);

#endif	/* INCLUDE_FTP_CLIENT */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?