Quantcast
Channel: THWACK: Discussion List - All Communities
Viewing all articles
Browse latest Browse all 16365

Download config from ftp server

$
0
0

Hello.

 

We have a device witch can only sent its config on a ftp server.

I would like to get it and import it in NCM.

I wrote a device template to make ftp connection. login seems not accepted.

Here is my template:

 

<!--SolarWinds Network Management Tools-->
<!--Copyright 2007 SolarWinds.Net All rights reserved-->
<Configuration-Management Device="WpsCfg" SystemOID=" 0.0.0.0.0.0.0">
    <Commands>
        <Command Name="Reset" Value=""/>
        <!--Command Name="Reboot" Value="reset"/>
        <!Command Name="Startup" Value=""/>
        <!Command Name="Running" Value=""/-->
        <Command Name="PreCommand" Value="${CRLF}"/>
        <Command Name="DownloadConfig" Value="get inputfile.xml"/>
        <!--Command Name="UploadConfig" Value="${ConfigText}${CRLF}exit${CRLF}y"/-->
        <Command Name="Version" Value=""/>
        <Command Name="VirtualPrompt" Value="$"/>
        <!-- Juniper NetScreen Devices do not like Psuedo Terminal being allocated during SSH, so turn it off. -->
        <!--Command Name="AllocatePty" Value="False"/-->
    </Commands>
</Configuration-Management>

 

Here my ftp server log:

 

(000037) 1/24/2012 13:46:56 PM - (not logged in) (Server IP)> Connected, sending welcome message...
(000037) 1/24/2012 13:46:56 PM - (not logged in) (Server IP)> 220-FileZilla Server version 0.9.29 beta
(000037) 1/24/2012 13:46:56 PM - (not logged in) (Server IP)> 220-written by Tim Kosse (Tim.Kosse@gmx.de)
(000037) 1/24/2012 13:46:56 PM - (not logged in) (Server IP)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000037) 1/24/2012 13:46:56 PM - (not logged in) (Server IP)> get inputfile.xml
(000037) 1/24/2012 13:46:56 PM - (not logged in) (Server IP)> 500 Syntax error, command unrecognized.
(000037) 1/24/2012 13:47:00 PM - (not logged in) (Server IP)> disconnected.

Could you help me

 

Many thanks

 

Eric


Viewing all articles
Browse latest Browse all 16365

Trending Articles