搜索资源列表
ftp_client
- 一个小的FTP客户端,支持PORT与PASV模式。 Linux下的C代码,在FC3,4发行版下通过测试。-a small FTP client, with the support PORT PASV mode. Linux C code in FC3, four distribution through testing.
ftp
- linux下用C开发的源代码,是ftp 的相关代码
ftp
- 该文件是Linux文件ftp上传断点续传C源代码
c-net
- 一个简单的linux下ftp客户端程序,有我自己的心血在里面-a simple linux under ftp client, have my own efforts inside
ftpClient.c.zip
- this is a simple ftp client in c for linux,this is a simple ftp client in c for linux
FTP-server-client-linux-c
- FTP 客户端和服务器端,linux程序。支持多进程服务!客户端和服务端各一个单独文件。-FTP on linux codes。Client and server。
client
- ftp客户端,运行环境: Unix, Linux, FreeBSD-ftp client, operating environment: Unix, Linux, FreeBSD
webftp
- linux下的ftp软件,基于c ,兼容性很强 可与跨平台-ftp software under linux, based on c, with a strong cross-platform compatibility
myftp.tar
- linux 用c语言实现的ftp客户端源码-linux c language using the ftp client source code
ftp
- 基于FTP协议,使用linux自带的FTP服务器作为服务器,编写一个客户端C程序,用来实现上传、下载、改变目录等功能-Based on the FTP protocol, use Linux own FTP server as a server, write a client C program designed to upload, download, change directory etc. Function
ftplib.tar
- linux下用C语言实现的FTP上传下载。-The C language implementation of the FTP upload download.
tftp-test
- C语言开发的Linux下的TFTP程序。-TFTP program in C language development under Linux.
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
ftp客户端,加上SSL
- 在linux环境下使用C语言编程,加上openssl库,建立安全连接,与ftp服务器配合使用。