Large File Transfer using Java

preview_player
Показать описание
This video shows how to code a java application to transfer data from one device to another using JAVA. You can use it to code for Computers or Android Mobile Devices
Рекомендации по теме
Комментарии
Автор

can u tell me the use of 124, 125, 126 and 127 in case

pavithram
Автор

Hie, i am having this error "java.net.SocketException: Software caused connection abort: recv failed". its sending files though some of them have part of the information and some are empty.

tafadzwachitopo
Автор

How can we copy netbeans project from one computer to other..??? Please help me out

rajeshkumarmall
Автор

What is the maximum speed of the file transfer? It will depend on connection but in reference to that how much will it be?

ABHISHEKBARANWAL
Автор

Can you please tell me how to send files from server to client?
Can you please attach the code that has to written extra in this project to carry out the above feature?

pinakidash
Автор

Can you show us how to code this on Android using Android Studio?

jasonalexandercurilan
Автор

My problem is when i run TcpDataServer the file selection window pop up without running the TcpClienServer can u tell me what causing this? or u can say even i run just only client code not the server code the same window pop up

arbabkhan
Автор

How do I make it work with the server sending a file and the client receiving it also?

rickcanty
Автор

how can i turn this into a routine auto-backup like? please reply, thanks :)
*my english is not so good hehe

arifiradat
Автор

Hey could you explain this part?
int buff_len = (int) (rw.length() - current_file_pointer < 20000 ? rw.length() - current_file_pointer : 20000);

I know its calculating the buffer length for the chunks of data to send at a time based on the length of the file and the file pointer but I dont understand 100% how. LIke is each file split up differently?

ringos
Автор

file is created with no data in it
no exceptions thrown or anything

kareemelsayed
visit shbcf.ru