-
linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系...
linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理-FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communications, pipelines, soket programming, file I/O standard library function and system call, file rights management
- 2022-03-20 14:48:46下载
- 积分:1
-
ftp源码程序,大家可以参考一下。挺不错的
ftp源码程序,大家可以参考一下。挺不错的-ftp source program, we can reference. Very good
- 2022-05-06 09:50:21下载
- 积分:1
-
完成端口的示例程序
完成端口的示例程序-completed ports sample program
- 2022-01-25 18:14:37下载
- 积分:1
-
breaks automatic update features several enhancements : not to repeat the downlo...
最新客户端自动升级程序 增强一些功能: 不重复下载, 上传时自动填写版本号。 softup.pbl ――上传文件 softupgrade.pbl ――下载文件 表结构: create table softupgrade( filever varchar(20), filename varchar(20), filedata long raw, primary key(filever ,filename )) -breaks automatic update features several enhancements : not to repeat the download and upload automatically complete version. Softup.pbl-- Upload file softupgrade.pbl-- download Table Structure : create table softupgrade (filever varchar (20), the filename varchar (20), filedata long raw, primary key (filever, filename
- 2023-02-20 20:00:04下载
- 积分:1
-
Encyclopedia of FTP commands, FTP: File Transfer Protocol. His first talk about...
FTP命令大全,FTP:文件传输协议。先说说他的功能吧,主要就是从运行FTP服务器的计算机传输文件。-Encyclopedia of FTP commands, FTP: File Transfer Protocol. His first talk about the function of it, mainly from running FTP server computer to transfer files.
- 2022-08-03 18:35:27下载
- 积分:1
-
FTP_client_by_C
遵照FTP协议编写的FTP客服端程序,可以与服务器程序互联传输文件(AC_FTP is a file transfer protocol client
that uses asynchronous socket operation mode and utilizes many
programming techniques described in detail throughout the book.
It connects to an FTP server, sends commands and receives replies
according to rfc959.txt">RFC 959 to get and put files,
change directories, get file lists, delete files.)
- 2009-04-27 16:03:43下载
- 积分:1
-
vbftp(1)
不错 (Yes!)
- 2006-06-27 11:12:32下载
- 积分:1
-
foreigners used to write the FTP is the APPLET WEB mode FTP indispensable weapon...
老外写的用来FTP的APPLET是WEB模式FTP不可缺少的利器-foreigners used to write the FTP is the APPLET WEB mode FTP indispensable weapon!
- 2022-05-28 11:09:21下载
- 积分:1
-
一个用JAVA写的FTP客户端程序。功能强大不仅支持FTP,还支持其它协议如SMB, SFTP, NFS, HTTP等。在传输文件的同时还可以浏览FTP服务器上...
一个用JAVA写的FTP客户端程序。功能强大不仅支持FTP,还支持其它协议如SMB, SFTP, NFS, HTTP等。在传输文件的同时还可以浏览FTP服务器上的资源,也可以浏览局域网上的Windows共享资源等-a written using Java FTP client program. Not only powerful FTP support, but also support other protocols such as SMB, SFTP, NFS, HTTP, and so on. In the transmission of documents can also browse the FTP server resources, LAN can also browse the Windows resource sharing
- 2022-05-17 09:11:38下载
- 积分:1
-
这是一个用vb编写的ftp客户端程序,功能和界面都很不错,值得一看。...
这是一个用vb编写的ftp客户端程序,功能和界面都很不错,值得一看。-This is a ftp client program coded by vb. Its funtions and interface are both good. Worth for read.
- 2023-09-05 04:50:03下载
- 积分:1