Re: cannot download in blocking mode (General questions)
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:
- cannot download in blocking mode - guest, 2004-10-29, 20:11
- Re: cannot download in blocking mode - wodSupport, 2004-10-29, 20:46
- Re: cannot download in blocking mode - guest, 2004-10-31, 16:29
- Re: cannot download in blocking mode - wodSupport, 2004-10-31, 23:17
- Re: cannot download in blocking mode - guest, 2004-11-01, 22:19
- Re: cannot download in blocking mode - wodSupport, 2004-11-01, 23:10
- Re: cannot download in blocking mode - guest, 2004-11-01, 22:19
- Re: cannot download in blocking mode - wodSupport, 2004-10-31, 23:17
- Re: cannot download in blocking mode - guest, 2004-10-31, 16:29
- Re: cannot download in blocking mode - wodSupport, 2004-10-29, 20:46