Java Socket Programming - Send file using TCP Sockets

preview_player
Показать описание
Sockets provide the communication mechanism between two computers using TCP. A client program creates a socket on its end of the communication and attempts to connect that socket to a server.
When the connection is made, the server creates a socket object on its end of the communication. The client and the server can now communicate by writing to and reading from the socket.
Рекомендации по теме
Комментарии
Автор

thanks alot brother . really appreciated

humayunnasir
Автор

Can we stream video eg hw to share video live

codingknowledge
Автор

do you have any code for peer to peer file transfer in java

MohammadShoaibgamerzone
Автор

hi pleeeease can you help me How can we run it between two

doaata
Автор

I can't download the code. Do you have a Git Repository with the code?

alanaraujo
Автор

where should the file(to be sent )placed?

maryammalik
Автор

Does this retrieve file from the server to the client?

mArtAndmr