Function GetHttpPage(HttpUrl,endoce) If endoce = "" Then endoce = "GB2312" If IsNull(HttpUrl)=True Or Len(HttpUrl)<18 Or HttpUrl="$False$" Then GetHttpPage="$False$" Exit Function End If Dim Http Set Http=server.
在确定路径和文件名没有中文的情况下添加以下代码 ftp.setFileTransferMode(ftp.BINARY_FILE_TYPE); ftp.enterLocalPassiveMode();//Switch to passive mode Store = ftp.storeFile(destinationfile, in); in.close(); 如果仍返回false # getsebool -a | grep ftp allow_ftpd_anon_write --> off all