4
0
some lab computers at my university have sftp disabled. However, I have normal ssh access. Obviously I don't have root permissions on these computers.
I need to transfer a fair amount of VHDL to/from these. I could use, fx:
ssh user@lab1 cat file > local_copy
-and tarball it all up, but that is plain ugly. I would rather mount through sftp so I can use my own local editor, but given the circumstances...
And I belive that SSHFS (the FUSE module) depends on sftp... :/
Just found shfs but it seems rather old. No package for ubuntu. – user42806 – 2010-11-21T17:24:10.543
Not sure what shfs is, but sshfs is under active development. Build source if no Ubuntu package. – None – 2010-11-21T17:57:35.553