|
Subject:
|
Can JFileChooser be used on a remote server?
|
|
Posted By:
|
CFerthorney
|
Post Date:
|
11/7/2003 4:34:42 AM
|
I have a program I need to write that requires me to select a file on a server and write it to my local machine. I have achieved this no problem (Well very few) but my lecturer has asked for a GUI to browse to the server based file. I know JFileChooser works locally, but does it work over a network? And if so how? IS it a case of using a BufferedReader? or is there a "standard" network filechooser I know nothing about?
Thanks in advance.
--- David Thorne, Student UK
|
|
Reply By:
|
rpalanivelu
|
Reply Date:
|
11/11/2003 7:50:42 AM
|
Suppose if u using Window NT network,
U need to map that drive which u have to choose from JFileChooser.
Thanks, rpalani
|
|
Reply By:
|
CFerthorney
|
Reply Date:
|
11/11/2003 8:34:05 AM
|
OK maybe I didn't explain what I mean properly. I am connecting to a remote server (OS "unknown" - I actually know it is Windows (At my end), but it is going 2 b testing on multi OS) so I really need to be able 2 view it "down the socket" as it were. Is that possible?
--- David Thorne, Student UK
|
|
Reply By:
|
rpalanivelu
|
Reply Date:
|
11/17/2003 7:40:10 AM
|
i think u need one more server, like samba server used to file servicing to windows and unix/linux. i am not sure. but this will help for you.
|