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
 }


I would appreciate if someone could help me out in
this.

Thanks,
Umer.

__________________________________
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

Reply via email to