Page 1 of 1
FTP to 7750
Posted: 16 May 2014 00:31
by caobach
Hi,
can anyone show how to FTP in 7750 sr running OS 8.0 r5? i want to upgrade to higher OS but cannot put file on router.
i already configured for admin account:
echo "System Security Configuration"
#--------------------------------------------------
system
security
ftp-server
user "admin"
password ".wwBSCf55BeJQsICA8BrJ." hash2
access console ftp
home-directory "cf3:\"
--------------------------
but i cannot ftp (in cmd or use FileZilla client), it' just successfully log in but cannot list folder/file in router.
Thanks in advance.
Re: FTP to 7750
Posted: 19 May 2014 00:34
by remote_assist
yes,because our ftp client is a standard FTP for Unix system .
Re: FTP to 7750
Posted: 19 May 2014 22:46
by caobach
Oh, thanks, i will try in Linux system.
Re: FTP to 7750
Posted: 21 May 2014 01:18
by caobach
hi,
i tried in Linux but it' not working, the same in Window
linux-k3ww:/home/cbach/Downloads # ftp 10.1.10.1
Connected to 10.1.10.1.
220-TiMOS-B-8.0.R5 both/hops ALCATEL SR 7750 Copyright (c) 2000-2010 Alcatel-Lucent.
220-All rights reserved. All use subject to applicable license agreements.
220-Built on Tue Sep 28 18:27:04 PDT 2010 by builder in /rel8.0/b1/R5/panos/main
220-
220 FTP server ready
Name (10.1.10.1:cbach): admin
331 Password required
Password:
230 User logged in
ftp> ls
229 Entering Extended Passive Mode (|||49378|)
ftp: Can't connect to `10.1.10.1:49378': Connection refused
200 Port set okay
425 Can't open data connection
ftp>
any solution?
Re: FTP to 7750
Posted: 23 May 2014 05:34
by Stoffen
Hi.
Try to use Windows Explorer as FTP client.
It will list somewhat the filestructure of the OS, but not all.
But you will be able to transfer the files to the CF.
I have used that on more than one occation.
Re: FTP to 7750
Posted: 14 Jun 2014 10:31
by vasudha202
Hi,
I'm not sure if you've found the solution to this or not but this might help:
FTP from Windows command line works fine. Just use the command "ftp <ip address> and generic ftp commands from there on to get/put files. If you are copying software images you would need to do it in binary mode. This method never failed me.
If you're using filezilla, the way to get it to work is to create a new site using the site manager, provide the login credentials etc, and instead of autodetect option for the OS, specify DOS (I have also come across cases where switching to passive mode was necessary). When you connect, go through the site manager instead of quick connect. Of course, you have to create a site each time you have a new IP (I havent come across an easier way so far). I believe it has something to do with filezilla recognizing the 7750 as a UNIX based OS so the commands it sends to retrieve the directory listing are not understood by the router.
Hope that helps
Re: FTP to 7750
Posted: 19 Jun 2014 00:11
by caobach
Stoffen wrote:Hi.
Try to use Windows Explorer as FTP client.
It will list somewhat the filestructure of the OS, but not all.
But you will be able to transfer the files to the CF.
I have used that on more than one occation.
Thank so much, it' work for me
