Transfer files using java
Posted
by markovuksanovic
on Stack Overflow
See other posts from Stack Overflow
or by markovuksanovic
Published on 2010-04-27T15:42:19Z
Indexed on
2010/04/27
15:53 UTC
Read the original article
Hit count: 362
I need to transfer lots of small files to a remote computer within my java program. I was wondering if somebody could suggest the best way to do so... I need to transfer lots of small files and it has to be really fast. Should I use some existing protocol implementation? maybe ftp?
One important thing is that most files would be the same all the time, or the difference would be minor so I was thinking of using git for that purpose. Does anyone have experience with sth like this?
© Stack Overflow or respective owner