Title: RE: Re[2]: Does NET::SFTP work on Win32?
Thanks Christopher and others for the response. I installed from Soulcage.net (thanks Scott) without a problem so all looks good. Chris, I successfully (and shamelessly) tested with your example with a few local changes. There is a lot of negativ
My investigation into this was about 3 years ago, maybe things have
changed with later builds?
-Original Message-
From: Christopher Taranto [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 16, 2006 8:00 PM
To: Bharucha, Nikhil; [EMAIL PROTECTED]
Cc: perl-win32-users@listserv.ActiveState.com
S
Seema,
How about something as simple as this...
use File::Copy;
use Win32::OLE;
my $strServer = "someserver";
my $strSource = "c:\\path\\to\\test.txt";
my $strDest = "".$strServer."\\path\\to\\file\\";
copy ($strSource, $strDest) ||
die "Failed to copy file: ".$^E."\n";
my $str
Title: Remote machine connectivity
Hello All,
I want to copy one test.txt file to a remote machine.
Then change directory in remote machine and run the command on remote machine as perl test.pl test.txt
Does anyone knows how to do this in perl.
Thanks & Regards,
Seema.
If you ar
> Try using the UserCheckPassword function of Win32::AdminMisc.
I'm trying hard to avoid that module, since I don't think it's under
particularly active development/maintenance. There was a post here a while
back complaining that something doesn't work right on Windows 2003, and I
have no guarante