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.
FTP to 7750
-
caobach
Re: FTP to 7750
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?
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
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.
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.
[flash=]
Christoffer
Network System Expert Norway
Nokia SRA #265
Alcatel-Lucent SRC 3RP Certified #552
Alcatel-Lucent SRC NRS-2 Certified #1104
Huawei HCNP Routing & Switching certified
Cisco CCNP Certified
LinkedIN
[/flash]
Christoffer
Network System Expert Norway
Nokia SRA #265
Alcatel-Lucent SRC 3RP Certified #552
Alcatel-Lucent SRC NRS-2 Certified #1104
Huawei HCNP Routing & Switching certified
Cisco CCNP Certified
[/flash]
-
vasudha202
Re: FTP to 7750
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
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
-
caobach
Re: FTP to 7750
Thank so much, it' work for meStoffen 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.
