File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Sockets and Internet Protocols and the fly likes getFiles from Unix System Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "getFiles from Unix System" Watch "getFiles from Unix System" New topic
Author

getFiles from Unix System

Lakshmi Kishore
Ranch Hand

Joined: Aug 04, 2001
Posts: 51
hi,
the problem : my program resides in a windows server at a remote location, my program should get the files in the unix system located at another remote location,the Directory containing the files has sharing permissions to my server. all the systems has globle IPs. problem is, there is no client program to upload the files, my program should contact those unix systems and get the files. how to do it??? its very urgent for me.
please.. if any one know the solution let me know.. at lease some reference where i can get some infomation on this.
Thanks

------------------
glkishore
SCJP


Thanks & Regards<br />glkishore
Carl Trusiak
Sheriff

Joined: Jun 13, 2000
Posts: 3340
Originally posted by Lakshmi Kishore:
the Directory containing the files has sharing permissions to my server.

How? Samba? NFS? Either way, you can use the Unix Utilities for NT and use these to map a drive on your server to the Unix server. Once you have that, it can be accessed as you access any drive and directory local to your server.

I Hope This Helps
Carl Trusiak, SCJP2, SCWCD
 
 
subject: getFiles from Unix System
 
Threads others viewed
FTP between SUN and Linux servers
File access from an applet
connection b/w rmi server in unix and client in NT
Apache Server Notification
Unix Tutorials
IntelliJ Java IDE