in reply to Re: write/read to remote machine
in thread write/read to remote machine

opendir, It opens a a new folder under the given path ( the last part of the path being the new folder you want to create)

I tried writing the same code on windows, and it worked.

I use Putty to logon to the unix machine, but should ssh/scp code be included in the perl script?

Thanks for the reply!

Replies are listed 'Best First'.
Re^3: write/read to remote machine
by runrig (Abbot) on Jul 28, 2010 at 20:41 UTC
    opendir, It opens a a new folder under the given path ( the last part of the path being the new folder you want to create)
    No, did you read the documentation? Or the documentation for readdir that the first docs link to for a usage example?
    I use Putty to logon to the unix machine, but should ssh/scp code be included in the perl script?
    Yes, if you don't want to or are unable to set up samba on the linux machine. Does a plain file copy from the command line work? Is samba already set up?