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

by woddrazen, (6182 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

locked

Complete thread: