📄 ftpclient.h
字号:
/**
* \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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -