Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

writing a file to network



Hi,

could any one of you help me how to write a file to a system in LAN which has write permissions.
I am able to read the file from the system through URL connections.Please tell me a way to write a file to the system without using sockets.I have the userid and password to authenticate to the system.