gitftp icon indicating copy to clipboard operation
gitftp copied to clipboard

ssh but only file acess

Open letarg0 opened this issue 6 years ago • 2 comments

Hello,

Is possible changing this for ssh? only file acess not runing instructions. Or meybe creating fuse?

letarg0 avatar Feb 23 '19 10:02 letarg0

Is possible changing this for ssh?

Meaning to tunnel FTP over SSH? You can use the -L option in the ssh command for that, to encrypt traffic and forward it to gitftp.

Or are you thinking of something else?

begriffs avatar Feb 25 '19 05:02 begriffs

For FUSE, you may find FTPFS clients useful: https://en.wikipedia.org/wiki/FTPFS?wprov=sfti1

aozgaa avatar Jul 24 '21 15:07 aozgaa