git-ftp icon indicating copy to clipboard operation
git-ftp copied to clipboard

SFTP support

Open yacq opened this issue 12 years ago • 9 comments

Are you planning to add support for SFTP (based on SSH protocol)?

yacq avatar May 24 '12 12:05 yacq

We could, but I mostly feel like it's missing the point, seeing as if you have SSH, you probably have shell, in which case you can deploy your projects in any number of eminently more reasonable ways. I wouldn't object to a non-invasive patch but it's not something I would add personally.

ezyang avatar May 24 '12 18:05 ezyang

We just came across a project where deoployment to the production server needs SFTP but we cannot have GIT installed there. The server is managed not by us but by the client and their politics don't allow installing anything more...

If you could give some advices as to how (and where) create the patch? Are there any Python SFTP libraries available?

Or maybe some other contributor could create such a patch? :)

boryn avatar May 24 '12 22:05 boryn

Try paramiko. http://www.lag.net/paramiko/

ezyang avatar May 24 '12 23:05 ezyang

Another vote, one of my main providers has sftp for security, but hasn't enabled ssh access.

mspreij avatar Jun 19 '12 05:06 mspreij

I know this is old but I would really like to see this done, just because you have Shell access doesn't mean you have access to Sudo for example hosting company like Fasthosts allow you Shell access but only as a normal use with no Sudo

nwhite89 avatar Feb 25 '13 09:02 nwhite89

+1

With rssh that is often used for restricted shell access, it's possible to restrict sftp, scp, rsync and others independently, thus making a sftp-compatible version of this amazing tool sought after.

bfncs avatar Nov 17 '15 18:11 bfncs

+1 I have SSH-Access also but not access to sudo and git is not installed.

ronnyworm avatar Dec 22 '15 11:12 ronnyworm

+1

RadianSmile avatar Apr 09 '16 13:04 RadianSmile

+1

konrad-lapinski avatar Sep 16 '16 18:09 konrad-lapinski