How to download and upload files in Java?

Hi, everyone

How to download and upload files in Java? Do you have some references about this issue or some valuable web link? Thanks!

Best Regards,

Hai.Ren

[181 byte] By [hai.rena] at [2007-11-27 10:12:01]
# 1

This is too vague a question, please be more specific. What protocol would you like to use? HTTP? FTP? Something else?

cotton.ma at 2007-7-28 15:17:33 > top of Java-index,Java Essentials,Java Programming...
# 2

I would like to choose http. Thanks!

hai.rena at 2007-7-28 15:17:33 > top of Java-index,Java Essentials,Java Programming...
# 3

Read this http://java.sun.com/docs/books/tutorial/networking/urls/index.html

cotton.ma at 2007-7-28 15:17:33 > top of Java-index,Java Essentials,Java Programming...