Re: error calling external object function putfile - WeOnlyDo Discussion board

Re: error calling external object function putfile (General questions)

by ml, Saturday, May 31, 2008, 04:54 (5818 days ago) @ woddrazen

Hi,


This issue is only with PutFile Method or with all other wodFtpDLX Methods (ListDir,GetFile...)?

Maybe you didn't somehow correctly import wodFtpDLX in PB.

Can you follow this guide and try it again:
http://pbdj.sys-con.com/read/220784_1.htm

Also please try this:
[code]
ole_wodftp.object.PutFile('C:\temp\temp\mytestingfile.txt','/home/something/gacsin/FROM_USA/mytestingfile.txt')

ole_wodftp.object.PutFile 'C:\temp\temp\mytestingfile.txt','/home/something/gacsin/FROM_USA/mytestingfile.txt'
[/code]
Let us know how it goes.


Regards,
Drazen

Hi,

I am having problems with
all other wodFtpDLX Methods (ListDir,GetFile...) except with the connect method.

Followed the guide and re-import the OLE object but I am still getting the same error.

Please advise. Thanks.


Complete thread: