Hello,
I require some help with the dtnoutbox command on my OpenWrt router
My current setup is a router and 2 computers, all running ibr dtn, configured with epidemic routing.
I am currently trying to send a file from the router to one of the computers using the dtnoutbox command.
Both the dtninbox and dtnsend/recv work perfectly in all cases (to and from the router to the computers),
however when I try the dtnoutbox command I get the following error :
root@OpenWrt:/# dtnoutbox transfer /outboxFolder dtn://dell/transfer
files: dell.conf
tar: unrecognized option `--remove-files'
BusyBox v1.15.3 (2011-11-24 00:44:20 CET) multi-call binary
Usage: tar -[czxtvO] [-X FILE] [-f TARFILE] [-C DIR] [FILE(s)]...
Create, extract, or list files from a tar file
Options:
c Create
x Extract
t List
Archive format selection:
z Filter the archive through gzip
File selection:
f Name of TARFILE or "-" for stdin
O Extract to stdout
exclude File to exclude
X File with names to exclude
C Change to directory DIR before operation
v Verbose
And it just hangs there.
On the receiving node I get :
dimitris@dimitrisDELL:~$ dtninbox transfer /home/dimitris/inboxFolder
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
Any ideas?
Thank you