Remote file editing; is it the future yet?
September 22, 2007 2:17 PM
Subscribe
Is there some simple way other than SMB that I can edit remote Unix files from my Windows machine?
I've got a remote Linux machine that I'm editing scripts on. I'm sitting in front of a Windows machine. I'd prefer to use my local editor tool of choice (Notepad2 at the moment, but it varies) and arrange so that when I save the file it automatically and instantly saves to my remote Linux machine.
If I were using emacs I'd use ange-ftp or TRAMP to do this. But I don't want to use emacs on my Windows machine. Another option would be to use SMB to mount the Unix remote disk on my Windows machine, but for security and performance reasons I really don't want to be exporting file shares from my Unix box.
My primary access to the Unix box is via SSH, so I'd prefer something that worked that way. I'm willing to use some other simple text editor in Windows if it has this amazing feature, but I'd really like a general solution that works with all my Windows apps.
posted by Nelson to computers & internet (12 comments total)
3 users marked this as a favorite
What you describe firstly makes using a share the ideal solution, but then you say you don't want to use a share.. so I'm thinking this will need to end in a compromise somewhere. I've just taken one option, but others will undoubtedly be suggested :)
Oh, one last ditch option, perhaps, is to use an FTP client that supports saving direct to remote file. There are a few on Windows that do this. This requires having access via FTP of course.. although, again, some FTP clients support using SCP (SSH), so if you could get an FTP app that covers both bases, you might have the ideal solution..
posted by wackybrit at 2:22 PM on September 22, 2007