transfer files over network two methods.
807589Dec 22 2008 — edited Dec 22 2008When 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.