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

scp support #18

Closed
indexzero opened this issue Jan 10, 2013 · 3 comments
Closed

scp support #18

indexzero opened this issue Jan 10, 2013 · 3 comments

Comments

@indexzero
Copy link

Apologies if this is a n00b question, but I'm unfamiliar with the differences between sftp and scp.

Does ssh2 support scp currently? If not, do you plan to?

@mscdex
Copy link
Owner

mscdex commented Jan 10, 2013

I do not currently have any plans to add SCP protocol support to this module because compared to SFTP, SCP:

  • isn't defined by any RFC
  • isn't as efficient
  • has a very limited feature set
  • can be fragile

Also many times you'll find that the 'scp' command available on various systems will actually use SFTP underneath instead.

@mscdex mscdex closed this as completed Jan 10, 2013
@indexzero
Copy link
Author

Thanks, that's very informative. We'll probably opt to go for sftp in pkgcloud: pkgcloud/pkgcloud#76

@lepture
Copy link
Contributor

lepture commented Mar 5, 2013

@indexzero I am doing it the sftp way, the interface is pretty simple: lepture/node-scp2

It is on the very early stage, actually, I just started it today. The upload to server part works well now.

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

3 participants