I really don't know the answer but would like to ask you a question out a curiosity. Are your connecting from a different machine or via the loopback, and do you get the same results from both?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Communication Masters Sent: Monday, June 16, 2003 10:59 PM To: [EMAIL PROTECTED] Subject: Re: Problems with xinetd.- part 2 Hi, Thanks Aaron for trying to help me out... but even after making the changes, the same problem is still there... That is, GET command is working perfectly fine and the PUT command just empties the destination file. I have been tried to solve the problem since last many days but still no solution. I would really appreciate is some one can help me out. Thanks, Umer. > On Sun, Jun 15, 2003 at 12:10:35AM -0700, > Communication Masters wrote: Hi, I have set up xtftpd on my machine running Linux 7.1. When I use the put command to transfer a file in the default tftpboot directory, the transfer takes place but the content of the source file to the destination file (in the default directory) are not transfered. Example: tftp> put inputFile.txt outputFile.txt If there is some data in both inputFile.txt and outputFile.txt then after executing the above command, the contents of outputFile.txt gets empty and its size becomes 0 bites! I have also tried the PUT command by creating the outputFile.txt manually with public access permissions to the file as well as to the directory. The GET command is working perfectly fine. I have tried to fix this problem but still no results. Following is the configuration file of my tftp service: service tftp { disable = no socket_type = dgram wait = no user = root protocol = udp server = /usr/sbin/in.tftpd server_args = -ls /tftpboot log_on_success += DURATION USERID log_on_failure = USERID nice = 10 } --- Aaron Konstam <[EMAIL PROTECTED]> wrote: On the other hand my tftp file in xinetd.d looks like > this: > service tftp > { > socket_type = dgram > protocol = udp > wait = yes > user = root > server = /usr/sbin/in.tftpd > server_args = -s /tftpboot > disable = yes > per_source = 11 > cps = 100 2 > } > > -- > ------------------------------------------- > Aaron Konstam > Computer Science > Trinity University > 715 Stadium Dr. > San Antonio, TX 78212-7200 > > telephone: (210)-999-7484 > email:[EMAIL PROTECTED] __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/seawolf-list _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/seawolf-list
