Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

transfer files over network two methods.

807589Dec 22 2008 — edited Dec 22 2008
When transferring files over a network I normally map a network drive using "\\computername\c$" to the computer client.
I'm then able to view the files from the host and paste them to the correct drive; also the files which are copied are always the same.


I'm trying to create a java application which can do this, but I believe there is two methods:

1) I would have to map the drive to the client and then be able to copy the files.

2) I can just create a connection which is open and then copy the files over


I would really appreciated if someone could help me on the best solution to tackle this problem.


Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 19 2009
Added on Dec 22 2008
14 comments
663 views