Hi,
Well you will probably need to register server B as a network drive
(Windows) or mount it (Linux) on server A, then you may want to use stuff
like this :
http://jakarta.apache.org/commons/fileupload/
to send files to server A, which will simply save them on server B.
Regards,
Arnaud
> Hi,
>
[quoted text clipped - 3 lines]
> Regards,
> james
Arnaud B. - 02 Feb 2006 07:50 GMT
To be more precise, the fileupload project (server-side) may be used with
(for instance), the client-side counterpart of the upload process :
http://jakarta.apache.org/commons/httpclient/
(look at MultipartPostMethod examples, to see how to "post" files)
Regards,
Arnaud
> Hi,
>
[quoted text clipped - 17 lines]
> > Regards,
> > james
James Yong - 03 Feb 2006 04:15 GMT
Hi Arnaud,
Thanks for the suggestion.
Best Regards,
james
> To be more precise, the fileupload project (server-side) may be used with
> (for instance), the client-side counterpart of the upload process :
[quoted text clipped - 29 lines]
>> > Regards,
>> > james