How can I send / recevie file through socket ?

Hello, I am looking for help on file transfer by using TCP/IP socket, I look through the internet but I cant find a good example, could anyone give me an example please?Thanks
[189 byte] By [jameslui] at [2007-9-30 22:11:23]
# 1
There are many ways. For socket client/server example code, check out the Custom Networking trail in the [url= http://java.sun.com/learning/tutorial/index.html]Java tutorials[/url].
sjasja at 2007-7-7 11:24:29 > top of Java-index,Administration Tools,Sun Connection...
# 2
how can i distinguish the s.getInputStream() (where s is socket) is sending file data or sending normal message ?
a_wave at 2007-7-7 11:24:29 > top of Java-index,Administration Tools,Sun Connection...