搜索资源列表
FileUpload
- 文件上传源代码(c#),Web页面方式。-file upload source code (c #), Web pages manner.
FTPclient(VC++)
- 用Visual c++作的FTP文件上传客户端工具,功能强大,可供学习VC人员下载学习使用!-Visual c for the FTP file upload client tools, powerful, can study VC Download learning!
FTPshixian
- Visual C++6.0 实现的一个FTP文件传输程序。-achieved a FTP file transfer procedures.
FTP070128
- 用c#编写ftp文件传输工具软件-prepared to c # ftp file transfer software tools!
FtpClient&Service
- 一个C#写的ftp客户端,可已安装为系统服务,并支持客户端配置文件.(附带安装为服务和卸载服务的批处理文件)-a write C# ftp client can be installed as system services, and to support client configuration files. (Incidental services for the installation and uninstall the batch file)
FTP_Client_library_in_CSharp
- 这是一个C#实现的FTP客户端的类库文件的实现方法,内附测试程序。-This is a C# implementation of the FTP client library file implementations, enclosing the test program.
CSharpTFTPClient1.0.0.0
- 使用c#开发的TFTP(简单文件传输协议)客户端程序。-C# development using TFTP (Simple File Transfer Protocol) client.
ftp.c
- Client application that uses "file transfer protocol" (ftp).service as described by RFC 959. -Client application that uses
FTPClient_src
- 利用Visual C++编写的文件传输协议程序-Using Visual C++ to prepare the file transfer protocol program
ftp_server
- 通过蓝牙,实现文件的传输,详细里面有文档说明 -Through Bluetooth for file transfer, which are documented in detail
libssh-0.4.6.tar
- libssh 是一个用以访问SSH服务的C语言开发包,通过它可以执行远程命令、文件传输,同时为远程的程序提供安全的传输通道。它对 SFTP 的实现使得远程传输文件变得非常简单,除了OpenSSL所提供的一些加密包(libcrypt、libgcrypt)外,libssh 并不需要更多的第三方包的支持。 -libssh is an SSH service to access C language development kit, which you can execute remote comm
FtpCom
- C# 通过FTP登录,上传、下载文件.可以生成一个DLL文件,直接引用即可-C# via FTP login, upload and download files. Can generate a DLL file, you can directly reference
Newfolder(3)
- this file a ftp server client to be c code and simple
ftp-client
- ftp上传下载类的封装,只有一个文件,c++。-ftp upload and download class package, only one file, c++.
FTP-LS2
- C#实现FTP登陆,管理文件的功能,实现文件的上传,删除和修改-C# implement FTP login, the function of managing files, file upload, delete and modify
FTP-LS
- C#开发的FTP文件管理模块,可以批量上传现在文件-C# development of the FTP file management module, you can bulk upload the file now
FTP24CP
- FTP的文件上传输,C#制作的网络应用程序-FTP file transfer, making the network application c#
123
- windows系统下FTP上传和下载文件的源代码,要求用C语言实现-windows system file FTP upload and download the source code, using C language requirements
simple-file-share-system
- 摘 要:’rFTP(简单文件传送协议)是TCP/TP协议族中用来在客户机与服务器之间进行简单 文件传输的协议。文中给出了在visual C++6.0开发平台上 跟多客户端之间进行文件传榆的实现方法。该方法可以传输超过32MB的文件。-simple file share system by C language
FTPClientintroduction
- FTP客户端软件是在了解FTP工作原理后,利用C#语言来设计和开发的。FTP客户端分为连接模块、文件管理模块、文件传输模块和辅助管理模块。连接模块实现主机与服务器的连接的功能;文件管理模块实现新建文件、删除文件等功能;文件传输模块实现主机与服务器连接成功后上传和下载文件功能。辅助管理模块实现一些相关功能如:读写配置INI文件。该FTP客户端软件达到了使用方便的目标,希望开发软件的经验能为使用.NET设计开发Windows应用程序FTP客户端软件的初学者提供一些帮助。-FTP client FTP