下载FTP站点文件au3源码
#include <FTPEx.au3> #include <Array.au3> ;---------------------读取FTP设置信息------------------------ Global Const $config = @ScriptDir & "\FTPCONFIG.INI" If FileExists($config) Then Global $server = IniRead($config, "set", "server", "") Global $username = IniRead($config, "set", "username", "") Global $pass = IniRead($config, "set", "password", "") Global $i_SrvPort = IniRead($config, "set", "srvport", "") Else MsgBox(16, "Error!", "配置文件丢失,请检查!") Exit EndIf ;-------------------- FTP设置信息读取完毕!------------------- $Open = _FTP_Open('yxgftp') $Conn = _FTP_Connect($Open, $server, $username, $pass, "", $i_SrvPort) ;下载文件 $s_LocalFile="F:\FTP\123.exe" $s_RemoteFile="/software/DG2013_Final_1031E.exe" _FTP_FileGet($Conn, $s_RemoteFile, $s_LocalFile, True) $Ftpc = _FTP_Close($Open)
- wikou2022-11-14根本就无法使用,骗取我积分啊 #毫无价值 #标题与内容不符
- antonychenpin2016-04-09不错,可以用
- 粉丝: 0
- 资源: 4
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助