搜索资源列表
TFTP
- 本程序完成了tftp文件传输,分为一个客户端和一个服务器,当客户端连接服务器成功后,服务器显示客户端当前盘符下的所有文件。客户端输入命令请求下载,服务器端同样通过命令可以完成从客户端上传文件。-The completion of the tftp file transfer program, divided into a client and a server, when a client connects to the server is successful, the client serv
myftp
- 在Linux下 编写 一个ftp服务器,对CWD命令该进行怎样的处理。目前我的做法是:控制连接进程,用chdir()把目录改变到CWD命令所指定的目录下,然后保存当前的目录路径,发给数据连接进程。这样list命令时就能列出所在目录信息。-In the preparation of a ftp server under Linux, on the how the CWD command processing. Currently my practice is: control the connec