Remote Copy File API
- From: "Prime" <PKMartin82@xxxxxxxxx>
- Date: 10 Aug 2005 11:08:53 -0700
Hello,
My project involves copying files from one Host to another Host located
on the same network of, currently, Solaris machines.
Is there a library or API set that performs tasks similar to Unix's
"rcp host1:<filename> host2:<filename>"
Something like:
RemoteFile r = new RemoteFile(host2, path, filename); ??
I want to do this in Java instead of using Shell Scripts for obvious
reasons. I've thought of looking into Jakarta by Apache for FTP, but
we can't get into storing/saving the password for the FTP username.
Any ideas or recommendations?
Thank you!
.
- Follow-Ups:
- Re: Remote Copy File API
- From: Knute Johnson
- Re: Remote Copy File API
- From: Thomas Weidenfeller
- Re: Remote Copy File API
- From: Roedy Green
- Re: Remote Copy File API
- From: Andrew Thompson
- Re: Remote Copy File API
- Prev by Date: Re: When to synchronize a list
- Next by Date: Re: Help! I don't know where to turn.
- Previous by thread: Help! I don't know where to turn.
- Next by thread: Re: Remote Copy File API
- Index(es):