00001 #ifndef _GPXE_FTP_H 00002 #define _GPXE_FTP_H 00003 00004 /** @file 00005 * 00006 * File transfer protocol 00007 * 00008 */ 00009 00010 FILE_LICENCE ( GPL2_OR_LATER ); 00011 00012 /** FTP default port */ 00013 #define FTP_PORT 21 00014 00015 #endif /* _GPXE_FTP_H */
1.5.7.1