想要更新IOS,可是出现问题: copy flash tftp Source filename []? c2500-js-l.120-5.T.bin Address or name of remote host []? 192.168.1.1 Destination filename [c2500-js-l.120-5.T.bin]? %Error opening flash:c2500-js-l.120-5.T.bin (No such file or directory) 请指教.我一直找不到存放IOS的根目录
by ulx - 网络技术 - 2003-04-20 19:30:37 阅读(943) 回复(9)
[code]May 30, 2009 09:19:52 Session 18, Peer 10.20.6.248 tftp server session started May 30, 2009 09:19:52 Session 18, Peer 10.20.6.248 Client requests PUT of file E:\swcfgback\backup_mgt.ivo.com.cn_30_5_2009_09_17.tgz. May 30, 2009 09:26:14 Session 18, Peer 10.20.6.248 Retry. Block = 65535. Retries left = 9 May 30, 2009 09:26:19 Session 18, Peer 10.20.6.248 Retry. Block = 65535. Retries left = 8 ...
我在SOLARIS上修改了INETD.CONF打开了tftp server,可是我在路由器上传文件给这台SOLARIS主机时,还是出现不行?请问各位是什么原因引起的?
sloaris 8 ,由于tftp服务,系统不断提示:tftpd delay protocal not supported, 但是在我的配置中: inetd.conf中,tftp一行已经打开服务,UDP选择为UDP, 请大虾帮忙!!!!急!
参考地址: http://msdn.microsoft.com/zh-cn/library/fx6588te.aspx ----------------------using System;using System.Collections.Generic;using System.Text;using System.Net;using System.Net.sockets;using System.Threading; namespace ConsoleApplicationSS{ // State object for reading client data asynchronously public class StateObject { ...
两种实现手段: 1、初时化serversocket,在每次accept一个client请求后启动一个线程(用threadpool)服务。 2、先初时化serversocket,然后启动指定数量的线程,每个线程里面accept,accept后不启动新线程,而是服务完后在本线程里继续accept。 如果是希望获取更好的并发性能,这两种方式那种好些? 恳请指点。 [ 本帖最后由 yuanyawei 于 2008-5-22 17:18 编辑 ]
我将/etc/inetd.conf中,改为 tftp dgram udp6 wait root /usr/sbin/in.tftpd in.tftpd -s /tftpboot 然后重启/usr/lib/inet/inetd进程 :kill -1 创建/tftpboot目录,并touch file1, 然后chmod 777 /tftpboot chmod 777 file1 然后登陆到路由器上,执行copy running-config tftp://10.10.10.2 发现不能成功,出现........, 而如果我用一个solaris 8以下版本的tftp server,则可以tftp成功, 请问还需...
tftp server can't put ,can get, what can i do ? help me!!! help me!!!! thank you very much
正常时有四个ARP/RARP timeout,但现在只有一个ARP/RARP timeout后,就说tftp server down了,是什么原因啊? 查过inetd.conf, tftp没有被comment掉..