Why don't you just run a known serivce on each computer, perhaps HTTP? Then open a connection using sockets and send what you need to send. If it is sensitive information use Java 1.4's handy SSL socket class.
Assuming you know how to set up a container on Linux, you should easily be able to set one up on Windows. From there it is up to you to make some Servlets (or JSP even) which do the job. Although you could certainly try something along the lines of using FTP or telnet. Cheers, Jayson Falkner [EMAIL PROTECTED] http://www.jspinsider.com http://www.jspbook.com Monte Gardner wrote: > This is a little off topic perhaps, but my company has a servlet that > receives data from the web. Once it has that data, my boss wants me to > figure out a way to dial in to some kind of windows NT server then send > that data to the NT Server. The servlet itself will run on a linux machine. > Does anyone have any idea where I could get started on learning how to do > something like this? > > --Monte Glenn Gardner > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
