in reply to Read/Write to Unix Files from Windows?

I believe this can be done over samba using open, ftp using Net::FTP, ssh Net::SSH, or even telnet Net::Telnet — and all from perl. Did you have a preference? I think "best" is probably a subjective evaluation which depends on the tasks and environments at hand.

UPDATE: File::Remote looks pretty slick to me. I might even try to use it later today. Is there any particular reason it won't work? It appears to use rsh/ssh as instructed and might be a pretty clean way to do it.

-Paul

  • Comment on Re: Read/Write to Unix Files from Windows?

Replies are listed 'Best First'.
Re^2: Read/Write to Unix Files from Windows?
by Argel (Prior) on Jan 23, 2007 at 22:57 UTC
Re^2: Read/Write to Unix Files from Windows?
by Anonymous Monk on Jan 23, 2007 at 19:48 UTC
    not really, maybe ssh or telnet
      It might be the way I'm using it...it never seems to find the file I'm working with. Not sure why
        Post some code.

        --shmem