Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 771 Bytes

File metadata and controls

20 lines (16 loc) · 771 Bytes

file transfer socket server (with Netty)

Netty를 이용한 파일전송 소켓서버

  1. 각 폴더 설명

    • config : 설정파일
    • gradle : gradle wrapper
    • package : 빌드되어 나온 jar를 이용하여 서비스하고자 할때 같이 동봉되어야 할 파일모음 (실행 .sh 등)
    • src : 소스
  2. socket clinet

    • ykhfree.dev.transfile.client.app.SocketClient의 main method 실행
  3. socket server

    • ykhfree.dev.transfile.server.app.SocketServer의 main method 실행
  4. 설정

    • 서버IP설정 : ./config/config.properties 수정
    • 포트설정 : ./config/config.properties 수정
    • 버퍼사이즈 : ./config/config.properties 수정