![]() |
#2
qhdlan2022-05-05 17:29
|
Set Library To myfll
hFtp=FtpConnect("218.76.174.215","YG","1332",12121)
If hFtp==""
MessageBox("无法连接ftp服务器")
Return
EndIf
?"将当前文件夹里的所有文件读取到数组:",FtpAFile(hFtp,"aFtpFiles")
Display Memory like aFtpFiles
*!* MessageBox(AFTPFILES(3,1))
FtpDisconnect(hFtp)
以上无法连接FTP,请求帮忙!