File Transfer help-beginner

hello,i'm planning to implement file transfering b/w two computers on network or internet using java...how do i get started with?wat all i need to know?pls reply..thanx
[211 byte] By [manishmulani@nitka] at [2007-11-27 9:03:33]
# 1
2 things http://java.sun.com/docs/books/tutorial/networking/sockets/index.html http://java.sun.com/docs/books/tutorial/essential/io/good lucky
pbulgarellia at 2007-7-12 21:35:42 > top of Java-index,Core,Core APIs...
# 2
thanx for replying... i have studied about sockets.. hope the second link would b helpful...if neone has more links... i 'd b plsd if u post it over here..thanx
manishmulani@nitka at 2007-7-12 21:35:42 > top of Java-index,Core,Core APIs...
# 3
http://www.telekinesis.com.au/wipv3_6/FundamentalNetworkingInJava.A21
ejpa at 2007-7-12 21:35:42 > top of Java-index,Core,Core APIs...
# 4
is that book written by u...Esmond PittE j P?
manishmulani@nitka at 2007-7-12 21:35:42 > top of Java-index,Core,Core APIs...
# 5
sure
ejpa at 2007-7-12 21:35:43 > top of Java-index,Core,Core APIs...
# 6

> i'm planning to implement file transfering b/w two

> computers on network or internet using java...

>

> how do i get started with?

> wat all i need to know?

FTP = File Transfer Protocol

The jarkata commons have implementations for both client and server.

jschella at 2007-7-12 21:35:43 > top of Java-index,Core,Core APIs...