Transfer File From Client To Server Using Java Socket Programming in Localhost - D4 Learner

preview_player
Показать описание
This video describes how to share file between Server and Client using Java Socket Programming. In this video there is used localhost for sharing. If you want to share between two different PC then just put the IP address instead of localhost.
Please subscribe and stay connected for more tutorials.
Рекомендации по теме
Комментарии
Автор

thanks would be much great if u explain

fugeratube
Автор

Exception in thread "main" arraycopy: length -1 is negative
at Method)
at
at Server.main(Server.java:25)

I am getting this error message. please tell a solution

debendubehera
Автор

can u give me download link the codes? Thank you so much

TranNgocGiang
Автор

can u give me download link the codes? ;-;

xL
Автор

Why you have created two java programs, one for client and the other one for server instead of just creating two classes in one java program ?

aymankhalifa