Access linux file system from windows and vice versa

FriendsDo anyone of you have any idea about how to access linux file system from windows using java. Thanx in advance.RegardsRakesh
[159 byte] By [Rgsa] at [2007-11-27 5:47:25]
# 1

"Accessing" is vague. Do you want to read? write? Both?

Here are two ways I'll mention.

1. Write an ftp client for the "cleint" computer. I beleive java has some framework functions for doing this.

2. Write java RMI client and server to open, read or write, and close a file. Pass a byte array parameter containing each block of data.

bschauwejavaa at 2007-7-12 15:31:51 > top of Java-index,Core,Core APIs...
# 2
You can use the samba package on Un*x including Linux. (It might come with your Linux distribution.) The Linux box can share resources with windows ones then.
BIJ001a at 2007-7-12 15:31:51 > top of Java-index,Core,Core APIs...
# 3
DearDo u have any idea abot how can i view that directory structure using RMI. I mean rgt now my plat form is windows. But i wanna get the content of linux just like explore2fs. Thanx for ur kind information. Do u have any src code any document.RegardsRgs
Rgsa at 2007-7-12 15:31:51 > top of Java-index,Core,Core APIs...