ftp控件,EZFTP很方便使用,有使用帮助。 EZFTP1.RemoteFile = “/etc/termcap” EZFTP1.LocalFile = “c:\windows\desktop\termcap.txt” On Error Resume Next EZFTP1.GetFile If Err 0 Then MsgBox “Unable to get file. Error code : “ & Format$(Err.Number) End If
Stephen Rago's update is a long overdue benefit to the community of professionals using the versatile family of UNIX and UNIX-like operating environments. It removes obsolescence and includes newer developments. It also thoroughly updates the contex
Table of Contents 1. Introduction....................................................................................................................................................2 1.1 What's Special About UNIX?....................................
Termcap is a library and data base that enables programs to use display terminals in a terminal-independent manner. It originated in Berkeley Unix. readline编译的时候会用到,放这里 开源是种精神