#include <FTP.au3> $dll = DllOpen('wininet.dll') $server = '192.168.0.110' $username = 'test' $pass = '123' $Open = _FTPOpen('MyFTP Control') $Conn = _FTPConnect($Open, $server, $username, $pass) $Ftpp = _FtpPutFile($Conn, 'c:\1.txt', '/1.txt') $Ftpc = _FTPClose($Open) DllClose($dll)
您需要 登录 才可以下载或查看,没有账号?加入
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-4-25 01:28 , Processed in 0.109102 second(s), 20 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.