Specifications
92
DCS-3950 series Ethernet switch manual
timeout Time for the timeout timer.
Retry Times Number of times to retries to retransmit data packets.
5.5.2.4.1.2 show tftp
Command: show tftp
Function: TShow configuration of TFTP server.
Default: TFTP debug information is disabled by default.
Command mode: Admin Mode
Example:
Switch#sh tftp
timeout :60
Retry Times :10
Parameters Description
Timeout Time out for timer
Retry Times Retry times.
5.5.2.4.2 FTP Troubleshooting
When upload/download system file with FTP protocol, the connectivity of the link
must be ensured, i.e., use the ‘Ping’ command to verify the connectivity between the FTP
client and server before running the FTP program. If ping fails, you will need to check for
appropriate troubleshooting information to recover the link connectivity.
& The following is what the message displays when files are successfully transferred.
Otherwise, please verify link connectivity and retry ‘copy’ command again.
220 Serv-U FTP-Server v2.5 build 6 for WinSock ready...
331 User name okay, need password.
230 User logged in, proceed.
200 PORT Command successful.
nos.img file length = 1526021
read file ok
send file
150 Opening ASCII mode data connection for nos.img.
226 Transfer complete.
close ftp client.
& The following is the message displays when files are successfully received.
Otherwise, please verify link connectivity and retry ‘copy’ command again.
220 Serv-U FTP-Server v2.5 build 6 for WinSock ready...
331 User name okay, need password.
230 User logged in, proceed.
200 PORT Command successful.
recv total = 1526037
************************