Re: cannot download in blocking mode - WeOnlyDo Discussion board

Re: cannot download in blocking mode (General questions)

by wodSupport, Sunday, October 31, 2004, 23:17 (7118 days ago) @ guest

I have installed D7, imported wodSFTP ActiveX, put it on the form and tried this code: [code] wodSFTP1.Hostname := 'xyz.weonlydo.com';
wodSFTP1.Login := 'kreso';
wodSFTP1.Password := 'xxx';
wodSFTP1.Blocking := true;
wodSFTP1.Connect();
wodSFTP1.GetFile('c:\', '/bin/bash');
wodSFTP1.Disconnect;[/code]
I have run it, and then checked C: root folder - 'bash' file was there. So, this works for me. Can you try above code and tell me how you use it so it fails?

Thanks,
Kreso


Complete thread: