搜索资源列表
FileZilla_2_2_16_Exe&SRC
- FileZilla is a powerful FTP-client for Windows 9x, ME, NT4, 2000 and XP. It has been designed for ease of use and with support for as many features as possible, while still being fast and reliable. (See FileZilla history for more information)
VendorsEdit.aspx
- Rhino支持javascr ipt标准的所有特性,如赋值、运算、判断语句、循环语句、甚至简单的io操作。Rhino很简单易用,我以一个例子来说明,这个例子就是允许用户设定一个使用x,y两个变量进行一定逻辑算术运算(运算规则用户用javascr ipt定义),并允许用户对x,y赋值,然后运行得出计算结果-Rhino support all standard features, such as assignment, calculation and judgment statement, the
myftp-complete.tar
- linux下实现的简易ftp客户端程序,可以与标准的ftp服务器上下载、上传文件、列出指定目录下的所有文件,等。-simple ftp client, with the standard of the ftp server to download and upload documents, designated directories list of all documents, such as.
Unixftpcilent
- 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.
cpgl10
- 软件简介: 可以充当一个在线FTP软件的功能,如果服务器没有系统帐号的限制,可以访问服务器上面全部目录,下载,上传,复制,粘贴,功能方便易用。 -software descr iption : can act as an online FTP software, the server if no systematic account of the restrictions, the server can access all of the above catalog, downlo
autoftp
- How to compile and install: --------------------------- First run \"./configure\", then \"make\". Then run \"make install\" as root. On RPM based Linux systems you can use this: rpm -ta puf-*.tar.gz && rpm -i /usr/src/redhat/RPMS/i38
downloadfilefrominternet
- 能够直接从internet上下载文件的程序,只要输入连接地址就OK了-directly from the internet to download documents procedures, as long as the input connector addresses on the OK
h_FtpClient
- 一个很好的FTP客户端实例,实现了上载、下载文件,更改服务器目录等功能,界面也与市面上比较流行的CuteFtp和LeapFtp相似。-a good FTP client example, the realization of uploading, downloading documents, such as changes in directory server functions, interface with the market more popular CuteFtp and LeapF
MyVC12
- 自己编写的小程序,集FTP传文件与聊天功能为一体-own procedures for the preparation of small collect documents and FTP-chat function as one
TJFTP_demo
- A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual manipulation of Winsock sockets, FTP principles, and GUI concepts such as List controls with in-place label-editing and column sorting, progress indi
TFTPUtil_Class_Version_1.3.0
- TFTPUtil ReadMe For additions, changes, and fixes please see the ChangeLog License information detailed in License.txt TFPTUtil is an open source TFTP server written in C#. http://sourceforge.net/projects/tftputil Latest version
12786
- 如何获取ie地址和更改 Option Explicit Private Declare Function EnumWindows Lib \"user32\" (ByVal lpEnumFunc As Any, ByVal lParam As Long) As Long Start the enumeration. Private Sub cmdFindAddress_Click() lblAddress.Caption = \"\" EnumWindows
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)
jftp-1[1].00pre1.tar
- JFtp是一个用 Java编写的图形化的FTP客户端程序。它支持所有基本的FTP操作,有一些改善的性能,如递归式目录上传,漂亮的swing UI,能够自动断点续传,能识别不完整的目录名。API从GUI中分离,可以用于第三方应用程序或命令行模式。-JFtp Java is used to prepare a graphical FTP client program. It supports all basic FTP operation, the performance of some impro
ftp客户端(原创)
- 我本科毕设的一部分啊,功能比较完善了,windows风格界面,可以作为标准客户端使用。可作为学习用的源码哦。-a part ah, function more perfect, windows style interface, as a standard client use. Learning can be used as the source oh.
最近代码设计方法
- 最近的代码设计方法,其中详细说明了代码的构成方式和其中的技巧,可以参考作为网页开发的重要依据-recent code design methods, a detailed descr iption of the code and the manner in which constitute the skills, they can refer to the website as an important basis for development
LOAD
- 嵌入式下载模块,包括,tftp协议栈,Xmodem传输,以及文件的crc校验-Embedded system for download modules, including, tftp protocol stack, Xmodem transmission, as well as the checksum crc file
FtpClient
- 使用QFTP类基于FTP协议实现文件上传、下载、删除及新建等功能。-Based FTP protocol, file upload, download, delete, and new features such as use QFTP classes.
mfcClient
- vc++ 开发的MFC FTP客户端 程序,作为进出vc大门的引导程序。-vc++ developed the MFC FTP client program, as vc out the door boot program.
ftpclient
- FTP 客户端实现。包括get,put,pwd,dir,cd等命令。-FTP Client implementation.Including commands such as get,put,pwd,dir and cd.