On Mon, 2 Oct 2000, Frank Novak wrote:

> Greetings,
> 
> I need to access files, say using File::Find,
> which reside on a unix box from my perl script
> which is running on an NT box. I'm looking for
> some options, not having done this before. Off
> the top of my head I can think of a couple, such
> as putting Samba on the unix box and mapping a
> drive, or even ftp the files to my NT box and then
> doing what I need to do. I know there must be better
> ways to do this, any ideas would be greatly appreciated.

Using Net::Telnet log on and run a perl script would probably
be a lot easier than putting up Samba. You could even do the
ftp commands via the telnet connection or depending on whether
the Unix box had the sz command you might be able to transfer
files that way.

**** [EMAIL PROTECTED] <Carl Jolley>
**** All opinions are my own and not necessarily those of my employer ****

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to