Files
ipxe/src/include/gpxe/ftp.h

16 lines
191 B
C
Raw Normal View History

2006-04-30 12:02:07 +00:00
#ifndef _GPXE_FTP_H
#define _GPXE_FTP_H
/** @file
*
* File transfer protocol
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
/** FTP default port */
#define FTP_PORT 21
#endif /* _GPXE_FTP_H */