nasa-jpl / ION-DTN

NASA Open Source ION Software implementation of Delay Tolerant Networking. ION development is managed by the Jet Propulsion Lab; regression testing and code management are provided by Ohio University.
https://nasa-jpl.github.io/ION-DTN/
Other
23 stars 6 forks source link

SF: PC: bpcp -r not working as expected #22

Open iondev33 opened 9 months ago

iondev33 commented 9 months ago

bpcp does not seem to work in recursive mode. There are no examples nor tests describing this mode of operation. example: bpcp -r ./data/* 2:./data It is not clear if slashes are required or not, if wildcard char is required or not...

bpcp -r data 2:./data returns a bunch of errors such as: bpcp: data/data6.dat--No such file or directory [although this file does exist]

iondev33 commented 9 months ago

PC: Note: I only tested on 3.7.0 but I am guessing it also applies to 4.x