melbahja / goph

🤘 The native golang ssh client to execute your commands over ssh connection. 🚀🚀

Home Page:http://git.io/bfpiw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can file transfers be via SCP?

lonnietc opened this issue · 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

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