Hey all,
Here is a strange one.
I'm trying to install/use a tftpd program with OS X.
I have had no problems configuring the starting up of the tftpd but I can't get any files to transfer in either direction.
I have added the ports 69 to my personal FW, I have turned off my personal firewall.
I have tried using the default tftpd in /usr/libexec/tftpd.
I have tried using tftpd-hpa
Always the same results.
I can connect no problem but cannot transfer files.
below is the transcript of a session.
Thanks,
Ben
2-localAdmins-Computer% tftp localhost ~
tftp> trace
Packet tracing on.
tftp> verbose
Verbose mode on.
tftp> help
tftp-hpa 0.36
Commands may be abbreviated. Commands are:
connect connect to remote tftp mode set file transfer mode put send file get receive file quit exit tftp verbose toggle verbose mode trace toggle packet tracing status show current status binary set mode to octet ascii set mode to netascii rexmt set per-packet transmission timeout timeout set total retransmission timeout ? print help information help print help information tftp> get pxelinux.0 getting from localhost:pxelinux.0 to pxelinux.0 [netascii] sent RRQ <file=pxelinux.0, mode=netascii> sent RRQ <file=pxelinux.0, mode=netascii> sent RRQ <file=pxelinux.0, mode=netascii> sent RRQ <file=pxelinux.0, mode=netascii> sent RRQ <file=pxelinux.0, mode=netascii> Transfer timed out.
tftp> bye
?Invalid command
tftp> quit
3-localAdmins-Computer% cat /etc/xinetd.d/tftpd ~
cat: /etc/xinetd.d/tftpd: No such file or directory
4-localAdmins-Computer% cat /etc/xinetd.d/tftp ~
service tftp
{
cps = 200 5
protocol = UDP
disable = NO
socket_type = dgram
wait = yes
user = root
server = /usr/libexec/tftpd
server_args = -s /tftpboot
groups = yes
flags = REUSE
}
5-localAdmins-Computer%
------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
