Research of Efficient C/S Model Based File Transfer Method

Abstract The one-to-multiple file transfer problem has not been solved under the Linux system. In this paper, we take socket programming to accomplish Client/Server model based file transfer system and develop efficient software which not only support multiple clients and files transferring simultaneously, but also support transmission resuming from breakpoint. Our research focuses on solving the multi-thread concurrency, transmission resuming from breakpoint, thread pool, buffer queue and other aspects of problem. Our work is the basic foundation of FTP servers, file transfer software in local area network and large-scale examination system, etc.