www.pudn.com > at91rm9200vxworksbsp.rar > ftpcs.h
/*
* ftpcs.h:
*
*
* Copyright (C) 1999-2001 Grentech
*/
#ifndef __FTPCS_H
#define __FTPCS_H
#ifdef __cplusplus
extern "C" {
#endif
/***********************************
External Function Declarations
***********************************/
extern BOOL ftp_down_file(char *, char *, char *, char *);
extern STATUS FtpDownFile(char *host, char *fileName, char *usr, char *pwd);
extern STATUS ftp_cmd(char *pString);
extern STATUS tftp_cmd(char *pString);
#ifdef __cplusplus
}
#endif
#endif /* __FTPCS_H */