Skip to content

This is a simple FTP program with C/S framework that works in Linux.

Notifications You must be signed in to change notification settings

scenery/simple-ftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleFTP

This is a FTP program works in Linux and developed with C Language. It can upload and download files through the Socket network interface based on the Linux File System.

Written in Jul, 2018


Linux 下的 FTP 系统,主要包括客户端和服务器两部分。 可以完成文件上传下载操作,这些功能的实现基于 Linux 的文件系统,通过 Linux 系统提供的Socket 网络编程接口实现。

Version 1.0

demo

About

This is a simple FTP program with C/S framework that works in Linux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages