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

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

by woddrazen, Friday, May 30, 2008, 13:01 (5819 days ago) @ ml

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


Complete thread: