文件名称:simple-ftp:一个用C语言编写的简单ftp程序
文件大小:47KB
文件格式:ZIP
更新时间:2024-04-16 22:26:27
C
FTP客户端-服务器实现 基于Linux套接字编程的文件传输程序的简单实现。 它包括自定义的客户端和服务器程序,这些程序提供了对用户进行身份验证,列出远程文件以及检索远程文件的功能。 包括自定义的客户端和服务器程序,这些程序提供对用户进行身份验证,列出远程文件以及获取远程文件的功能。 目录布局: simple-ftp/ client/ ftclient.c ftclient.h makefile common/ ftcommon.c ftcommon.h server/ ftserver.c ftserver.h makefile .auth ###用法 编译并链接ftserver: $ cd server/ $ make 编译并链接ftclient: $ cd client/ $ make 要运行ftserve: $ server/f
【文件预览】:
simple-ftp-master
----client()
--------ftclient.h(1KB)
--------ftclient.c(7KB)
--------ftclient(32KB)
--------makefile(256B)
--------ftclient.o(18KB)
----server()
--------ftserver.c(6KB)
--------ftserver(28KB)
--------makefile(256B)
--------ftserver.o(9KB)
--------ftserver.h(1KB)
--------.auth(34B)
--------tmp.txt(359B)
----common()
--------ftcommon.o(11KB)
--------ftcommon.c(3KB)
--------ftcommon.h(1KB)
----README.md(1KB)