I'm trying to use Net::FTP to 'get' some files from a ftp server.  The
problem I'm having is that some of the files have meta characters in them,
and I cannot seem to figure out how to 'get' the files.

what I have looks like this...

if( $ftp->get( $file, "${directory}/${file}" ) ) {
        print "it worked...";
}

It works on some files, but not others...
Any help would be greatly appreciated!!

Joshua Colson
Systems Administrator
Giant Industries, Inc.
(480) 585-8714
[EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to