Thank you so much. I am struggling when I try to coding. After seeing ur video I got what the concept is thank you so much🥺.it comes from my heart❤️
@thecodersbay81572 жыл бұрын
I'm glad to be of service 😊😊😊
@unholydiver10954 жыл бұрын
THANK YOU! This helped me out for a part of my project for a p2p network. Instead of blindly/cluelessly copying code, this video guided me to understanding how to implement the method. This is how it should be! Thank you for teaching us!
@eskooUTD5 жыл бұрын
This is what we're currently doing at Uni and I've been struggling for the past four weeks!! I'm happy I found this video 🙌😭🔥
@jayantagarwal63395 жыл бұрын
This is probably gonna help me sort out the real-life project problem in my company.....thanks again
@mhmzdev4 жыл бұрын
Still useful video after 3 years! Great work man!
@akhild19204 жыл бұрын
Bro i did the same but the data in server is not transferred to client. Please help
@akhild19204 жыл бұрын
And it's not creating the file in the client side. Please Help
@youtubevideostorage33813 жыл бұрын
@@akhild1920 Same here. The text file lines are just showed in the terminal but the file is not downloaded.
@androdeveloper72613 жыл бұрын
@@akhild1920 need some more details ....
@alphanelmas16623 жыл бұрын
This video is really useful for me and you explained the concept well maan thanks
@joancamiloolmosduran14344 жыл бұрын
My Friend thaks so much, you video help me with a homework Greetings from Colombia.
@OfficialB903 жыл бұрын
Thank you so much man you saved me on my school project!
@sucharitaghosh45115 жыл бұрын
Thanks for explaining each n everything u used into this
@null30813 жыл бұрын
First tutorial that worked :D Thanks a lot
@farooqahmed-tu3pr5 жыл бұрын
Very awesome explaining bro But I want many clients and single server
@meriembr39233 жыл бұрын
God bless you bro your are amazing thats help me
@prottaybadhon81123 жыл бұрын
source code pls
@kunal_chand5 жыл бұрын
God bless you man !! I loved the way you explained each and every function's properties.
@RakibOFC3 жыл бұрын
Why did the client receive a 20KB file instead of a 1KB file? How to fix this problem?
@SKTWoodDesign5 жыл бұрын
Do you have file transfer from client to server tutorial?
@deema38612 жыл бұрын
Thanks for your helpful videos, I wonder if there is a way to contact you, I want to ask some important questions if you don't mind🙏🏻
@youtubevideostorage33813 жыл бұрын
Hi, I ran the same code in Intellij Idea and the output lines of the text are shown in the terminal but the file is not downloaded
@wolfcompany22 жыл бұрын
How do I use this transfer for image file?
@chinmaygopal92956 жыл бұрын
I really loved this video. Keep it up man, short and to the point. Subscribed
@padmavathy18699 ай бұрын
Udp program sir?
@mediabuzz45596 жыл бұрын
Is there any restrictions about size of file for sharing between client and server
@buddikagunawardena22003 жыл бұрын
Very good tutorial! Keep up the good work brother!
@florisrobert5 жыл бұрын
Does this work for transferring files between 2 computers via a network?
@crazyksp83444 жыл бұрын
what does buf do?
@deadlox.d4 жыл бұрын
who said indian can't explain stuff well or there explanation is not understandable.... go ahead and watch this video i bet you will understand every concept on this topic :)
@saisandeep19665 жыл бұрын
can we use the same program for transfer of video files by changing extension
@kanavkohli27516 жыл бұрын
need a java program that read the files from ftp path.Any idea ?
@mounikagirada52254 жыл бұрын
how this can be done between two different system..?
@roronoa_d_law10755 жыл бұрын
I don't understand how your file is 20 kB but your byte array is of length 2002 only edit : your file rolly is originally 1 kB ( 3:00 ) but when you transfer it as tttttt it's 20 kB ( 9:10 )
@thisisneeraj71333 жыл бұрын
Hii as first he declared file as the input of 202 Byte which is 1 kb in general and then after sending he declared the byte buffer of 20002 byts eqls 19.5 kb or Rounded 20kb so thats why the input buffer of array plays an important role here
@kathir85052 жыл бұрын
sir its work in txt file successfully.. but i want read pdf file..i did replace txt to pdf ..it does not work sir..
@sahanavagga4 жыл бұрын
why we didn't used byte array in client code
@hemanthmodani16313 жыл бұрын
Thanks a lot, i now got a clear idea
@hafizmuhammadadnan24115 жыл бұрын
bro please guide us how can i send file from one pc to multiple pc by using socket ????
@apoorvaharlapur19985 жыл бұрын
Want to send a file from client to server..plz make a video on it..
@Ever4u4 жыл бұрын
nice sir,can u tell me how to stream audio from from pc to another pc in java
@sunnyjain6306 жыл бұрын
ty for this video.....i have one doubt..........it is also appending no of null values in the output file!!
@Ajiq466 жыл бұрын
how to remove the null values??
@bybono65425 жыл бұрын
Doesn't work with different network right?
@kcreations54783 жыл бұрын
Bhai localhost mein sahi se kaam kar raha hai but agar router ke ip address deke transfer karta hun to file ki size chahe kuch bhi ho sirf 739bytes ka ek file ban raha hai aur uske andar ka content transfer nehi ho raha hai kuch solution hai to bata do please
@arkdtk4 жыл бұрын
I don't know why but the client stream does not read anything. Can you help me?
@ronnyaman45246 жыл бұрын
Will this require a internet network connections.
@Fireninja7476 жыл бұрын
Hi, how would automate the process of calling fileclient after fileserver?
@shitaldhanba11325 жыл бұрын
In your F: folder, there is already rolly.txt file??
@ashishgupta83946 жыл бұрын
You are reading and transfering whole file at once, what if file is too large to fit in memory?say 10gb+ file
@abraham29615 жыл бұрын
Can you help me to write a code to transfer file from local system to winscp server
@Erwinsmith940403 жыл бұрын
Its work but size of file was changed we need to specify size in bytes
@kitsune21844 жыл бұрын
thank you for explaining everything so well
@merveillejora499110 ай бұрын
fast and efficient tutorial
@hatit80745 жыл бұрын
How to get the file name as dynamic input brother? Am struggling with it.
@copyrightlivia2 жыл бұрын
Thank you for this ♥️ Do you have tips on how, since i don't know the length of the file sent, the program sends parts of the file and then whoever receives it keeps reading until the file ends? For example, for big files
@rohitpatil62765 жыл бұрын
hi is this working for transfer file from one server to other?
@dheepikap37346 жыл бұрын
How u created that server and client in same package
@thecodersbay81576 жыл бұрын
Dheepika P After creating a package u can create many classes inside it (the client and server are two java classes)
@JerrinJoshua183 жыл бұрын
Thankyou it is very useful
@abraambutrous46324 жыл бұрын
Hi there. i just had a question about this video. Does the server accept multiple clients? and can these multiple clients communicate with each other.
@qnfrhaify4 жыл бұрын
@Thecodersbay Thanks for your Video! I just have one problem, that is a file with empty content. The file is successfully transferred, but no content in it. Can you help me out what might be the problem? I followed line after line. But I got this result. Thank you !
@simonemastroianni19856 жыл бұрын
How I can send a photo from client instead of server? Please is urgent
@mediabuzz45596 жыл бұрын
Nice explanation
@jayantagarwal63395 жыл бұрын
Great one
@aqeebkhan74935 жыл бұрын
what is the package ffile in your code? is this a user defined?if yes where is the code for it(can you send me)
@abhishektanwar80705 жыл бұрын
Nothing.Package is just a sub folder in the project. Don't think too much over it.
@ganeshkumar2695 жыл бұрын
I've successfully done it , but having trouble while doing b/w 2 diff PCs. The client cannot identify/recognise the server. Both PCs are connected to the same network.
@sherdil30695 жыл бұрын
please send me code which you have done email muhammadwakeel043@gmail.com , i will work on your problem
@saloniprajapati10196 жыл бұрын
good explanation
@thecodersbay81576 жыл бұрын
saloni prajapati thanku 😊
@karthickbabu54336 жыл бұрын
shall we do same process for image transfer?
@thecodersbay81576 жыл бұрын
KARTHICK BABU yes just change the file name with image name
@karthickbabu54336 жыл бұрын
i have done bt the image quality affects
@thecodersbay81576 жыл бұрын
KARTHICK BABU ya because we made use of the TCP to send image
@karthickbabu54336 жыл бұрын
when using filechooser hw can i find that the selected one is image or file?
@thecodersbay81576 жыл бұрын
KARTHICK BABU Sorry I dont know about it
@jayantagarwal63395 жыл бұрын
Can u try to send an excel file to the client and then try to open it over there? You may face error like: "We found a problem with some content in 'Abc.xlsx'. Do you want us to try to recover as much as we can? If you trust the source of this workbook, click Yes."
@manishasarkar54126 жыл бұрын
hey thanks your video helped alot but in my case the ttttt.txt file has been created but the data is not tranfered..the code is exact same with yours.can you tell what is the problem?
@thecodersbay81576 жыл бұрын
You can find my code in the description, try to run that code it will work.
@manishasarkar54126 жыл бұрын
@@thecodersbay8157 its still showing the same..
@charliebolton55315 жыл бұрын
@@manishasarkar5412 I had the same problem because I didn't include the final line in the client class where it writes to the file
@qnfrhaify4 жыл бұрын
@@charliebolton5531 Hello Charlie, I have the same problem as above, Did you mean you added fo.write(inputBytes, 0, inputBytes.length); in the end?
@doaata54766 жыл бұрын
????????/hi pleeeeese can you help me How can we run it between two computers?
@mclama_amine37246 жыл бұрын
Thanks my friend👍👍👍
@tcetrox56916 жыл бұрын
SIr i dont know hw to run your code in cmd pls help
@pianoblader42636 жыл бұрын
use an ide ;/
@maissainfo85656 жыл бұрын
good work .i actually want bothe client and server to send and receive files.i tried to combine bothe codes but it did not work .any idea how i can do it!!
@rohitpatil62765 жыл бұрын
MAISSA info if you done file tranfer between two server ...please help me also
@sherdil30695 жыл бұрын
very nice video sir , plz give me source code
@sherdil30695 жыл бұрын
email me please muhammadwakeel043@gmail.com
@ddiegor45313 жыл бұрын
Awesome!!!!!!!!!!!!!, thank you so much
@barath8190 Жыл бұрын
Pls be my java tutor😫
@supermariomistickgames47004 жыл бұрын
Thanks this was helpful
@AamirK1111 ай бұрын
Thanks
@geethask73575 жыл бұрын
Code s not working
@fauzifathurrahman24046 жыл бұрын
this is Server to client not client to server ya.???
@aakashv45944 жыл бұрын
Thank you It helped me a lot.If we specify the byte array size as 100 then only first 100 bytes of the txt file are sending for send the 1MB file with it .Is there a way of using the loops
@androdeveloper72613 жыл бұрын
Yes , there is
@thanhdatthanhdat76964 жыл бұрын
Thank you very much
@yatrikamrutiya93764 жыл бұрын
You actually sending the content of the file.. not the actual file.... How to share the actual file through network using java?
@probaldeepsaikia4 жыл бұрын
code?
@thecodersbay81576 жыл бұрын
Frndz plzz do subscribe :)
@pratibhayadav4916 Жыл бұрын
Still error
@sillypuppygurl5 жыл бұрын
i love your voice :> no joke
@phamcaoson36984 жыл бұрын
Love u so much
@bekirfurkankesgin5975 жыл бұрын
Thanks for explain all kind of things. I have a question, I am trying to make an application file server and file client, they are always can send file and receive, but not to close socket connection, I use this way; www.imageurl.ir/images/97242150243110244356.png, I am waiting your response, thanks.
@prottaybadhon81123 жыл бұрын
source code pls
@siddhantgour26225 жыл бұрын
not working
@GunRotMG4 жыл бұрын
For fucks sake why is everyone using localhost and not a lan.