goph icon indicating copy to clipboard operation
goph copied to clipboard

Can file transfers be via SCP?

Open lonnietc opened this issue 2 years ago • 1 comments

Hello,

I am developing a cross-platform Go project for Windows, Linux, and MaxOSX which needs low latency secure file transfers. I have read that SCP is significantly faster than SFTP for the actual file transfers, but that SCP does not support file operations that SFTP does.

In your goph library I am wondering if the transfers are SCP or SFTP?

Thanks

lonnietc avatar Dec 24 '22 14:12 lonnietc

Hello,

I am developing a cross-platform Go project for Windows, Linux, and MaxOSX which needs low latency secure file transfers. I have read that SCP is significantly faster than SFTP for the actual file transfers, but that SCP does not support file operations that SFTP does.

In your goph library I am wondering if the transfers are SCP or SFTP?

Thanks

see https://github.com/bramvdbogaerde/go-scp

hashqueue avatar Jan 01 '23 07:01 hashqueue