zvi: self-portrait: short, fat, black dyke in bunny slippers (Default)
still kind of a stealthy love ninja ([personal profile] zvi) wrote in [site community profile] dw_dev_training2009-09-30 08:13 pm
Entry tags:

Extremely naive question about working with SSH

Okay, when I have a patchfile on my dreamhack, how do I get it out of my dreamhack?

That is to say, when people have asked me to pastebin a file to them, I've been running less on the file, copying each screen, and adding them all together until they make the whole file and then posting it to pastebin.

I know this doesn't transfer files with 100% accuracy to pastebin, but it's usually good enough. However, there has to be a better way to get a file off the dreamhack and onto my local computer, so I can upload it to bugzilla. I just can't, for the life of me, figure out what that better way might be.
gchick: Small furry animal wearing a tin-foil hat (Default)

[personal profile] gchick 2009-10-01 02:29 am (UTC)(link)
If you're working in Linux (which I think I remember you are, at least some of the time?) sshfs is made of unadulterated awesome. It works by mounting any site you can SSH to as a local volume, so you can not only edit on the server but treat your hack files just like local ones when it comes to things like browsing for them to upload through a browser.
mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)

[staff profile] mark 2009-10-01 03:51 am (UTC)(link)
I have never seen this sshfs, but woah, want! :O
yvi: Kaylee half-smiling, looking very pretty (Default)

[personal profile] yvi 2009-10-01 07:28 am (UTC)(link)
I am finding sshfs rather slow, actually. For most things, I just use scp.
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-10-01 09:23 am (UTC)(link)
Same for me, but it sounds really amazing for people with better internet connections *g*
yvi: Kaylee half-smiling, looking very pretty (Default)

[personal profile] yvi 2009-10-01 09:25 am (UTC)(link)
I find that a bit surprising, since my internet connection *is* very good.

Maybe standards of that vary around the world, but I don't usually have any problems with speed, so I was very confused by how slow sshfs was working for me - changing directories was quite painful.