SCP server - WeOnlyDo Discussion board

SCP server (General questions)

by Mike, Tuesday, November 30, 2004, 15:59 (7097 days ago)

Hi,

Does this component support SCP file transfers?

Thanks!

Re: SCP server

by wodSupport, Tuesday, November 30, 2004, 17:27 (7096 days ago) @ Mike

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.

Re: SCP server

by Mike, Tuesday, November 30, 2004, 17:31 (7096 days ago) @ wodSupport

Thank you for the answer. The reason I need SCP support is due to a legacy application that utilizes it, not SFTP. We're moving said app to SFTP soon, but soon enough for this project. I think that gives me the details I need though.

Thanks!

Re: SCP server

by Mike, Tuesday, November 30, 2004, 18:30 (7096 days ago) @ Mike

Actually, SCP file transfers with PSCP work perfectly. I just didn't have my homedir set correctly for the user.

Awesome component. Stress testing a few things now, but this looks great so far.

Re: SCP server

by wodSupport, Tuesday, November 30, 2004, 18:38 (7096 days ago) @ Mike

Mike,

I am not 100 (only 99.9 ) sure, but PSCP from putty uses SFTP protocol if available, and then falls back to SCP command if SFTP is not available.

Re: SCP server

by Mike, Tuesday, November 30, 2004, 18:43 (7096 days ago) @ wodSupport

Mike,

I am not 100 (only 99.9 ) sure, but PSCP from putty uses SFTP protocol if available, and then falls back to SCP command if SFTP is not available.

That would make sense. Considering WinSCP won't work w/ just SCP selected. Either way, my statement stands. Awesome component.