sFTP Connection - WeOnlyDo Discussion board

sFTP Connection (wodSFTP / wodSFTP.NET / wodSFTPdll)

by squireh, Friday, May 06, 2011, 02:51 (4733 days ago)

I'm using the sample Classic ASP code included in the demo download with one exception. The server i'm trying to connect to uses a different port so I have Sftp.Port = <servers port number> added.
I was also having timeout issues so I added Server.ScriptTimeout = 1800

I submit the form in sftp.asp...
While watching the server's FTP logs I see it send the welcome message indicating that the activex object has connected to the server. But it never sends the USER or anything after.
The webpage returns

WeOnlyDo.wodSFTPCom.1 error 'ffffffff'

Unrecognized Error.

/sftp.asp, line 32


Line 32 is Sftp.Connect


What am I doing wrong? Cant be much since i'm using the sample code provided.


Complete thread: