ng the connection. " (Net::FTP
perldoc)
hth,
-Leah
-Original Message-
From: Conor Lillis [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 13, 2002 10:19 AM
To: [EMAIL PROTECTED]; Perl-Unix-Users (E-mail)
Subject: [Perl-unix-users] FTP to AS400, issue sending command
Hi, I need
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);