Page 1 of 1

SFTP Server

Posted: Thu 05 Nov 2009 18:09
by setch
Hi, I purchased Securebridge this today. I compiled the SSH server Demo and the SFTP client demo. But it would appear that the SSH server does not accept SFTP client connections. It will accept the SSH client. Can you create an SFTP server with Securebridge.

Thanks
Setch

Posted: Fri 06 Nov 2009 08:16
by Dimon
We don't plan to support SFTP server in the near future.

Posted: Fri 06 Nov 2009 10:20
by setch
Dimon, Thanks for the quick response. No big deal, I only wanted it to test out my application during development as I cannot access the corporate server for testing. Do you know of any opensource SFTP servers that use SSH authentication per client?

Setch

Posted: Fri 06 Nov 2009 14:16
by Dimon
You can use the OpenSSH server for testing. It supports SFTP.

Posted: Fri 06 Nov 2009 19:11
by setch
thanks