Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can file transfers be via SCP? #44

Open
lonnietc opened this issue Dec 24, 2022 · 1 comment
Open

Can file transfers be via SCP? #44

lonnietc opened this issue Dec 24, 2022 · 1 comment

Comments

@lonnietc
Copy link

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

@hashqueue
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants