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

Remove SCP references in Fabric doc #1948

Open
omzev opened this issue Feb 22, 2019 · 7 comments
Open

Remove SCP references in Fabric doc #1948

omzev opened this issue Feb 22, 2019 · 7 comments

Comments

@omzev
Copy link

omzev commented Feb 22, 2019

I was looking for a way to use SCP via Fabric, and after some investigation found issue #945 (Allow option for get/put to be handled by scp), currently closed.

See Paramiko #150 - Fabric won't be able to take any action on this until we decide how/whether Paramiko should.

Originally posted by @bitprophet in #945 (comment)

That was in 2013, and the question still seems open regarding how to do SCP instead of SFTP.

# TODO: SFTP clear default, but how to do SCP? subclass? init kwarg?

Given that Fabric cannot use SCP for transfers, can the documentation be updated to reflect that by omitting SCP? Might save others some investigative effort.

Thanks for your time!

PS: I'm still using Fabric for SSH workflows. Very easy to use! 👍

karlcow added a commit to karlcow/fabric that referenced this issue Oct 25, 2019
The documentation mentions scp in a couple of places, but this is not working.
karlcow added a commit to karlcow/fabric that referenced this issue Oct 25, 2019
@karlcow
Copy link
Contributor

karlcow commented Oct 25, 2019

I addressed this in #2029

@anarcat
Copy link

anarcat commented Mar 19, 2020

scp seems less and less recommended by SSH upstream anyways, so it makes sense to remove it.

@bojanpotocnik
Copy link

My SSH host does not support SFTP, only SCP and reading

File transfer via SFTP and/or SCP.

made it obvious to me that I can somehow select which protocol do I wish to use. And yes, afer some time searching trough the sources and then on the internet, I am here with exactly the same question.

@jarhainx
Copy link

+1
My client doesn't support sftp and I wasted time believing it was possible because the doc is wrong.

Can you remove the scp mention from the documentation or mention that this is not possible?
Thank you

@magnificantsugarglider
Copy link

+1
My client also doesn't support SFTP protocol and I also wasted long hours of forcing fabric made file transfer. Please, change the documentation.

@anarcat
Copy link

anarcat commented May 25, 2020

can we limit the number of +1 comments here? you can simply hit the 👍 button on the original comment instead, instead of ringing everyone here.

karlcow added a commit to karlcow/fabric that referenced this issue May 25, 2020
The documentation mentions scp in a couple of places,
but scp is not working in the current code.
@LOGUNIVPM
Copy link

Hi, I still see the misleading mention to SCP in https://docs.fabfile.org/en/stable/api/transfer.html
Is that a leftover?

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

7 participants