Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gangdev567/network-file-transfer-application


https://github.com/gangdev567/network-file-transfer-application

Last synced: about 20 hours ago
JSON representation

Awesome Lists containing this project

README

        

# python-based-network-file-transfer-application

## Introduction

FileTransferApp is a network file transfer application implemented using Python. This project utilizes socket programming, multiThreading, file I/O, and so on.

## Key Features

- Reliable file transfer using TCP/IP protocol
- Concurrent processing through multithreading
- Support for large file transmission in chunks
- Optional encrypted transmission
- Resumable transfers
- Multiple file selection and transfer
- Progress bar display (GUI)

## 소개

FileTransferAPP은 Python을 사용하여 구현한 네트워크 파일 전송 애플리케이션입니다. 이 프로젝트는 소켓 프로그래밍, 멀티쓰레딩, 파일 입출력 등을 활용하여 구현되었습니다.

## 주요 기능

- TCP/IP 프로토콜을 이용한 안정적인 파일 전송
- 먼티쓰레딩을 통한 동시성 처리
- 대용량 파일 분할 전송 지원
- 암호화 전송 옵션 제공
- 재시작 가능 전송 기능
- 다중 파일 선택 및 전송
- 프로그레스 바 표시 (GUI 버전)