Transfering A FILE In Java!?!

hi guys,

I am in dire need of a Java built in library method which can transfer any binary

file from client to server or vice versa. Is there such thing in Java .. if NOT, where

should I look for.. in what field.. Should I be learning RMI to write a method?

Please help this poor fellow. :)

Jey

[339 byte] By [Java_Jey] at [2007-9-26 4:49:13]
# 1

What you need is the FTP libraries

Get an FTP Server installed on the server machine & establish some directories through which you are going to allow file transfer

The you will have to use the FTP APIs to control the actual File transfer within your application

I use NetComponents - try

http://www.savarese.org/oro/index.html

Stefan Maric at 2007-6-29 18:39:51 > top of Java-index,Archived Forums,Socket Programming...