Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Net::FTP::Recursive doesn't work on Nortel Contivity

Reply
Thread Tools

Net::FTP::Recursive doesn't work on Nortel Contivity

 
 
Jim
Guest
Posts: n/a
 
      11-05-2003
I'm trying to use the Net::FTP::Recursive module to do backups of a
Nortel Contivity box (yes, I'm aware it has a built in backup function
but it doesn't work very good). It goes into my initial directory
(/SYSTEM) just fine and downloads all the files. It then successfully
goes into the first directory and gets all of those files. However,
it fails coming out of the first directory. I would assume it's
because Nortel doesn't support the CDUP command on their ftp
interface. However, they also don't support the CWD command so I
don't know how I'm getting into the first subdirectory anyway.

Below is the output of what's happening. Any help would be greatly
appreciated!

Net::FTP::Recursive=GLOB(0x1832704)>>> PORT 129,37,2,201,18,199
Net::FTP::Recursive=GLOB(0x1832704)<<< 200 Port set okay
Net::FTP::Recursive=GLOB(0x1832704)>>> RETR 20030725.DAT
Net::FTP::Recursive=GLOB(0x1832704)<<< 150 Opening BINARY mode data
connection
Net::FTP::Recursive=GLOB(0x1832704)<<< 226 Transfer complete
Returned from rget in /SYSTEM.
Net::FTP::Recursive=GLOB(0x1832704)>>> CDUP
Net::FTP::Recursive=GLOB(0x1832704)<<< 500 Command "(null)" not
understood
Net::FTP::Recursive=GLOB(0x1832704)>>> CWD BIN
Net::FTP::Recursive=GLOB(0x1832704)<<< 501 Directory non existent or
syntax error
Was unable to cd to BIN, skipping!
Net::FTP::Recursive=GLOB(0x1832704)>>> CWD CERT
Net::FTP::Recursive=GLOB(0x1832704)<<< 501 Directory non existent or
syntax error
Was unable to cd to CERT, skipping!
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Nortel Contivity VPN client & Windows Vista namemattersnot@msn.com Cisco 3 09-20-2006 01:24 AM
connecting a Nortel Contivity VPN device to a Cisco PIX Firewall in IPSEC tunnel mode Ken Gallagher Cisco 2 08-07-2006 02:51 PM
IPSec VPN problem with a CISCO C827 ADSL Router and a Nortel Contivity VPN Client mw Cisco 2 04-20-2005 08:18 PM
Cisco Pix to Nortel Contivity VPN Tunnel? Michael Ryan Cisco 5 01-27-2004 01:16 PM
pix-nortel contivity ipsec failing Rik Bain Cisco 1 11-02-2003 09:37 PM



Advertisments