Re: Script time out using sftp.asp sample (General questions)
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:
- Script time out using sftp.asp sample - Nate, 2005-11-02, 00:03
- Re: Script time out using sftp.asp sample - wodSupport, 2005-11-02, 00:22
- Re: Script time out using sftp.asp sample - Nate, 2005-11-02, 15:40
- Re: Script time out using sftp.asp sample - wodSupport, 2005-11-02, 16:11
- Re: Script time out using sftp.asp sample - Daniel Strand, 2006-07-06, 09:26
- Re: Script time out using sftp.asp sample - wodAlan, 2006-07-06, 09:55
- Re: Script time out using sftp.asp sample - Daniel Strand, 2006-07-06, 09:26
- Re: Script time out using sftp.asp sample - wodSupport, 2005-11-02, 16:11
- Re: Script time out using sftp.asp sample - Nate, 2005-11-02, 15:40
- Re: Script time out using sftp.asp sample - wodSupport, 2005-11-02, 00:22