2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-05-15 10:54:10 +00:00
Files
xNBA/src/include/gpxe/ftp.h
T
2007-05-28 20:11:02 +00:00

14 lines
158 B
C

#ifndef _GPXE_FTP_H
#define _GPXE_FTP_H
/** @file
*
* File transfer protocol
*
*/
/** FTP default port */
#define FTP_PORT 21
#endif /* _GPXE_FTP_H */