search for: aftpd

Displaying 5 results from an estimated 5 matches for "aftpd".

Did you mean: tftpd
2014 Mar 11
2
syslinux.efi [PXELINUX EFI 64 boot] not properly TFTP'ing ldlinux.e64
...gement packet. That is, the TFTP server's option acknowledgement packet has tsize option acknowledgement (tsize = 145744) and also blksize option acknowledgement (blksize = 1408). In reading the archives, I see Gene recommends the atftpd TFTP server. So I de-installed tftpd-hpa and installed aftpd. No difference. I verify on cmd line via tftp client that this file exists and I pull it (via TFTP). No problem. BTW, the client's EFI boot code has a similiar problem w/ a combo TFTP tsize/blksize option ack packet. But I picks up the "tsize" response, issues another read reque...
2004 Jul 21
3
Request to an hpa-TFTP enhancement - convert '\' in filenames to '/'
...simple and there have to be some python based tools installed on the Linux machine. BUT, to satisfy the booting XP machine, the TFTP server has to accept '\' in filenames and convert them to be accepted by Linux and the TFTP process. The above mentioned website contains a patch for the AFTPD server to make this conversion. >>> switch (retval) { case GET_RRQ: + { + /* Windows client hack */ + char *seek = (char*) &(data- >tftp_options[OPT_FILENAME].value); + if (*seek == '\\') + while (*seek) +...
2004 May 27
3
tftp-hpa versus atftpd
I'm interested to find out how many people are running tftp-hpa versus atftpd. I'm almost a bit surprised in how many people seem to be using tftp-hpa; for modern Unix systems (including Linux), I would in general assume atftpd to be a better choice. If you have tried both and specifically chosen (as opposed to "it was already installed", etc.) I'd be interested in
2004 May 13
3
recommend a Linux based TFTP server
Hi, can anyone recommend a Linux based TFTP server to go on an asterisk box? Thanks in advance Robb
2012 Apr 17
1
tftpd-hpa: the tftpdir is ignored if --secure isn't used
If I omit --secure from the tftpd-hpa command line, I then need to e.g. `tftp -c get /var/lib/tftpboot/vmlinuz` instead of plain /vmlinuz, even though I pass /var/lib/tftpboot as the tftp dir in the tftpd-hpa command line. That essentially means that I'm exporting my whole /, which is clearly something I don't want to do. I basically want tftpd-hpa to serve files from /var/lib/tftpboot