Hi I am trying to connect to my internal QNX 6.2.1 machine with tftp to
transfer a couple of files but it does not work.
I did a netstat -an and my service is up.
My config file looks like this:
tftp   Stream  tcp  nowait  root  /user/sbin/tftpd  in.tftpd -S  /tfptboot
I made sure to chmod 777 every thing in the /tftpboot directory including
the directory.
It gives me this error when I try to get something:
error code 2: Access violation
Any help would be appreciated
Thanks
Denis
             
            
              
              
              
            
           
          
            
            
              Hi Denis,
My config file looks like this:
tftp   Stream  tcp  nowait  root  /user/sbin/tftpd  in.tftpd -S  /tfptboot
I don’t think “-S” is a valid option to tftpd…
I made sure to chmod 777 every thing in the /tftpboot directory including
the directory.
It gives me this error when I try to get something:
error code 2: Access violation
Are you specifying the full path to the files?
eg. tftp> get /tftpboot/file1
Specifying a directory tells tftpd to only allow files to be
transferred from that directory, but you still have to give
the full pathname.
Regards,
Barry F.