Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.
/ simple-FTP Public archive

simple FTP model using Winsock

Notifications You must be signed in to change notification settings

chengscott/simple-FTP

Repository files navigation

Introduction to Computer Networks Lab1

104021219 鄭余玄

Description

Implement a simple FTP model using Winsock. The server creates a FTP server and allow users (clients) to upload and download files. The client is able to access the FTP server and upload and download files.

Usage

For server,

./104021219_ser.exe <Port>

For client,

./104021219_cli.exe <IPv4> <Port>

Command functions

  • put
  • get
  • dir
  • rename

Remark

  • each packet is less than 1024 bytes
  • handle illegal-command exceptions

Build Environment

  • Windows x64
  • Visual Studio 14.0
  • C++

About

simple FTP model using Winsock

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published