[Perl-unix-users] RE: FTP Question

2006-03-07 Thread Conor Lillis
g over that one.   -- -Original Message-----From: Conor Lillis [mailto:[EMAIL PROTECTED]Sent: 03 December 2004 12:48To: perl-win32-users@listserv.ActiveState.com; Perl-Unix-Users (E-mail)Subject: FTP Question Hi, I have an issue with a file I am

[Perl-unix-users] RE: HTTP synch

2006-03-07 Thread Conor Lillis
[mailto:[EMAIL PROTECTED]] Sent: 22 February 2005 13:20 To: Conor Lillis Cc: Perl List (E-mail); PERL Win32 Users (E-mail); Perl-Unix-Users (E-mail); Perl-Win32-Admin (E-mail) Subject: Re: HTTP synch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Conor Lillis wrote: | Hi, | I have a script that uses

[Perl-unix-users] HTTP synch

2006-03-07 Thread Conor Lillis
Title: HTTP synch Hi, I have a script that uses shells to run a wget command, in order to synch a web site with a local folder. The web site is the source and the local folder is the destination. Currently it just blindly copies the website down to the local folder without performing any chec

[Perl-unix-users] FTP Question

2006-03-07 Thread Conor Lillis
Title: FTP Question Hi, I have an issue with a file I am transferring using FTP. It contains some unusual Irish language chars, such as "PADRAIC Ó MáILLE", this appears in my target file as "PADRAIC Ë MßILLE". I am  using NET::FTP to transfer the file, if anyone can offer insight on codepages

[Perl-unix-users] FTP to AS400, issue sending command

2002-08-13 Thread Conor Lillis
Hi, I need to send the command "quote site namefmt 1" to the FTP server on an AS400 as part of a file transfer script. Is it possible to send non-standard commands using the Net::FTP module ? Here's my code, I'm stuck. $host="ftpserver"; $ftp = Net::FTP->new("$host", Debug => 1);