Re: error calling external object function putfile (General questions)
Hi,
Sorry for slower reply I have just finished testing in PB 10.
Here is code I use and it worked for me without any problem:
[code]ole_1.object.Hostname = hostname
ole_1.object.Login = login
ole_1.object.Password = password
ole_1.object.Blocking = 1
ole_1.object.Connect
ole_1.object.PutFile( c:\test.txt , /home/weonlydo/test_pb.txt )[/code]
Can you try my code? What happened if you remove PutFile line? Did you still receive error?
Which protocol you need to us for your server?
More help about protocol you can find here in Protocol Property:
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~Protocol.html
Drazen
Complete thread:
- error calling external object function putfile - ml, 2008-05-30, 11:34
- Re: error calling external object function putfile - ml, 2008-05-30, 12:13
- Re: error calling external object function putfile - woddrazen, 2008-05-30, 12:23
- Re: error calling external object function putfile - ml, 2008-05-30, 12:38
- Re: error calling external object function putfile - woddrazen, 2008-05-30, 13:01
- Re: error calling external object function putfile - ml, 2008-05-31, 04:54
- Re: error calling external object function putfile - woddrazen, 2008-05-31, 12:18
- Re: error calling external object function putfile - woddrazen, 2008-06-02, 00:48
- Re: error calling external object function putfile - sureshsundar, 2009-03-12, 17:12
- Re: error calling external object function putfile - woddrazen, 2009-03-12, 17:19
- Re: error calling external object function putfile - sureshsundar, 2009-03-12, 17:47
- Re: error calling external object function putfile - woddrazen, 2009-03-12, 18:17
- Re: error calling external object function putfile - sureshsundar, 2009-03-12, 18:40
- Re: error calling external object function putfile - woddrazen, 2009-03-12, 22:27
- Re: error calling external object function putfile - sureshsundar, 2009-03-13, 16:13
- Re: error calling external object function putfile - wodDamir, 2009-03-13, 16:31
- Re: error calling external object function putfile - sureshsundar, 2009-03-13, 18:25
- Re: error calling external object function putfile - wodDamir, 2009-03-13, 19:13
- Re: error calling external object function putfile - sureshsundar, 2009-03-13, 18:25
- Re: error calling external object function putfile - wodDamir, 2009-03-13, 16:31
- Re: error calling external object function putfile - sureshsundar, 2009-03-13, 16:13
- Re: error calling external object function putfile - woddrazen, 2009-03-12, 22:27
- Re: error calling external object function putfile - sureshsundar, 2009-03-12, 18:40
- Re: error calling external object function putfile - woddrazen, 2009-03-12, 18:17
- Re: error calling external object function putfile - sureshsundar, 2009-03-12, 17:47
- Re: error calling external object function putfile - woddrazen, 2009-03-12, 17:19
- Re: error calling external object function putfile - sureshsundar, 2009-03-12, 17:12
- Re: error calling external object function putfile - woddrazen, 2008-06-02, 00:48
- Re: error calling external object function putfile - woddrazen, 2008-05-31, 12:18
- Re: error calling external object function putfile - ml, 2008-05-31, 04:54
- Re: error calling external object function putfile - woddrazen, 2008-05-30, 13:01
- Re: error calling external object function putfile - ml, 2008-05-30, 12:38
- Re: error calling external object function putfile - woddrazen, 2008-05-30, 12:23
- Re: error calling external object function putfile - ml, 2008-05-30, 12:13