Re: SCP server (General questions)
Mike,
cannot answer this. SCP is not a protocol, it is a command on UNIX systems that establishes SSH connection (which is supported) and then calls little program similar to RSH to transfer files. So, SCP is not a protocol - it is a program. You can implement your own SCP program if you want that would do this.
But this all makes no sense - wodSSHServer does support SFTP protocol for secure file transfers which is waaaaaaay better than SCP, why don't you try it out.
If you need wodSSHServer only for file transfers, I suggest you check out wodFTPServer instead, who is optimized and has much more file-transfer-related features.
Regards.