Displaying 2 results from an estimated 2 matches for "ajug".
Did you mean:
abug
2004 Nov 19
1
Problem calling rsync from java on OSX
rsync and ajug lists,
been pulling my hair out on this one.
i have some java code which uses the Process object to spawn an rsync
connection in --daemon mode.
the exact same command executes properly when run from outside java (i.e
.on the command line) on osx. it also executes correctly from within
java o...
2004 Nov 19
0
[AustinJUG] Problem calling rsync from java on OSX
..."--port=2874"
> };
> Process child = Runtime.getRuntime().exec(commands);
> } catch (IOException e) {
> System.err.println (e);
> }
>
>-damon
>
>--- Drew Lippolt <lists-rsync@azera.net> wrote:
>
>
>
>>rsync and ajug lists,
>>
>>been pulling my hair out on this one.
>>
>>i have some java code which uses the Process object to spawn an rsync
>>
>>connection in --daemon mode.
>>
>>the exact same command executes properly when run from outside java
>>(i.e
>&...