goph
goph copied to clipboard
Can file transfers be via SCP?
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
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