in reply to Editing remote *nix files from Windows?

The linux box should have text editors installed; vim, emac, etc.

You could edit the files locally also, and ship 'em over by sftp. Check out Putty (Google it). It's a real nice telnet client that handles ssh, sftp, scopy for windows.

  • Comment on Re: Editing remote *nix files from Windows?

Replies are listed 'Best First'.
Re^2: Editing remote *nix files from Windows?
by flamey (Scribe) on Dec 15, 2009 at 17:43 UTC

    that's what I'm using for manual editing - Putty + mc

    how does that help me to do it with perl?

    the FTPing suggestion is good though

      Oops, completely misunderstood the question.