FtpPutFile总是返回false
连接上了远程服务器,但是调用FtpPutFile时,返回的值是false,请朋友指点。string ls_lpszLocalFile,ls_lpszNewRemoteFile
ls_lpszLocalFile="D:\EMPLOYEE.txt"
ls_lpszNewRemoteFile="/root/web/"
if FtpPutFile(iul_FTPHandle,ls_lpszLocalFile,ls_lpszNewRemoteFile,1,lul_Context) then
messagebox("提示","上传成功!")
else
messagebox("提示","上传失败!")
Return
end if