注册 登录
编程论坛 PowerBuilder

FtpPutFile总是返回false

chenhao19860 发布于 2011-06-16 15:40, 1580 次点击
连接上了远程服务器,但是调用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
3 回复
#2
路過2011-06-16 16:52
http://blog.
看一下這個網站,也許對你有幫助
#3
chenhao198602011-06-17 11:31
解决了
#4
gototopic2012-07-30 18:42
如何解决可否告知
gototopic@
1