Troubleshooting guide

5. Obtaining Failure Information
192
220 192.168.0.60 FTP server (NetBSD-ftpd) ready.
Name (192.168.0.60:staff1): staff1
331 Password required for staff1.
Password:
230 User staff1 logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> binary <---2
200 Type set to I.
ftp> get .dump dump.tgz <---3
local: dump.tgz remote: .dump
150 Opening BINARY mode data connection for '/etc/ftpdump'.
226 Transfer complete.
2411332 bytes received in 5.78 seconds (407.13 KB/s)
ftp> quit
221 Thank you for using the FTP service on 192.168.0.60.
client-host>
1. Use FTP on a client to connect to the switch.
2. Make sure that you use binary mode to transfer dump information files.
You cannot transfer files in ASCII mode.
3. Transfer the
.dump files to the client. (The file name dump.tgz is specified.)
Notes
ftp subcommands such as ls cannot view a file specified for the get subcommand.
Therefore, you cannot check the file size before transferring the file.
Depending on the load on the switch or the state of the communication path, the client
might close the connection due to a network timeout. If this occurs, you must set a longer
client timeout period.