RE: SFTP from Perl for Windows

2009-08-27 Thread Ashley Cooper
lto:r...@i.frys.com] Sent: Friday, 28 August 2009 11:21 AM To: Ashley Cooper Cc: beginners@perl.org Subject: RE: SFTP from Perl for Windows Ashley Cooper wrote: > Unfortunately I forgot to mention a crucial point about > the function I am trying to code for. > > The source Windows server fro

RE: SFTP from Perl for Windows

2009-08-27 Thread Ashley Cooper
who has managed to successfully install Net::FTPSSL. Regards, @shley -Original Message- From: Sisyphus [mailto:sisyph...@optusnet.com.au] Sent: Thursday, 27 August 2009 1:30 PM To: Ashley Cooper; beginners@perl.org Subject: Re: SFTP from Perl for Windows - Original Message

RE: SFTP from Perl for Windows

2009-08-26 Thread Ashley Cooper
I can see a Net::SSH on ActiveState, but not Net::SSH2. Is this the same thing? Regards, @shley -Original Message- From: Sisyphus [mailto:sisyph...@optusnet.com.au] Sent: Thursday, 27 August 2009 1:30 PM To: Ashley Cooper; beginners@perl.org Subject: Re: SFTP from Perl for Windows

SFTP from Perl for Windows

2009-08-26 Thread Ashley Cooper
I need to be able to do file transfers via SFTP from Perl (ActiveState) in a Windows environment but I am having trouble finding a suitable Perl module that works. I have tried installing Net::SFTP::Foreign via ppm but it apparently relies on having an ssh command that it can call to establish

Invalid cursor state on second $sth->execute

2007-08-29 Thread Ashley Cooper
I have written that a script that opens a cursor on a table in a DB2 database then processes each record in the result set inside a loop. In the course of the loop I prepare and execute another SQL statement to get a maximum value from the same table for a given condition. This worked fine. I t

Seek on Unix JFS file systems

2004-03-02 Thread Ashley Cooper
Hi All, I have an issue with a Perl script designed to count pages in a TIFF file on AIX. The result I get depends on the location of the TIFF file when I count it. Specifically, when the TIFF file resides on a "JFS2" file system or a "JFS" file system which has large file support (> 2Gb) enab