-
tFTP access violation
I am using backtrack 4 beta and I have started the tftp service using:
atftpd --daemon --port 69 /tmp/
and verified that it is running.
Then from an XP machine and from a Vista matchine I have tried
tftp -i xxx.xxx.xxx.xxx PUT filename.tar.bz2
I get the following error
Error on server: Access violation Connect Request failed.
I have changed the read write on the directory and changed inetd.conf to include the -c and -s flags and cannot get it to work.
-
I fixed it. Giving everyone write access worked
chmod -R a+rwx /tmp
Once I successfully transferred the file
chmod -R go-w /tmp
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules