Re: Script time out using sftp.asp sample - WeOnlyDo Discussion board

Re: Script time out using sftp.asp sample (General questions)

by Daniel Strand, Thursday, July 06, 2006, 09:26 (6509 days ago) @ wodSupport

I have a simlar problem. The code I am using is:

set objConn=server.CreateObject( WeOnlyDo.wodSFTPCom.1 )
objConn.LicenseKey = .......
set Session( object )=objConn
objConn.Hostname = HOSTNAME
objConn.Login = LOGIN
objConn.Password = PASSWORD
objConn.Blocking = 1
objConn.Connect

objConn.ListDir /
Response.Write(objConn.ListItem)
objConn.Disconnect


the code stops at objConn.Connect and after 30 seconds or so I get:
WeOnlyDo.wodSFTPCom.1 error '800a05b4'
The current connection has timeout.
/nettryst/bin/visyplanfetch.asp, line 64

We used to have a Windows firewall which now has been uninstalled and replaced with a Cisco PIX. I can connect with FileZilla to the server and exchange data quite happily.

What's next?


Complete thread: