ChinaUnix.net
相关文章推荐:

tftp server socket

想要更新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 ...

by Steiny - 服务器应用 - 2009-06-01 15:45:23 阅读(3642) 回复(1)

我在SOLARIS上修改了INETD.CONF打开了tftp server,可是我在路由器上传文件给这台SOLARIS主机时,还是出现不行?请问各位是什么原因引起的?

by hz_jim - Solaris - 2005-07-21 13:27:01 阅读(2662) 回复(11)

sloaris 8 ,由于tftp服务,系统不断提示:tftpd delay protocal not supported, 但是在我的配置中: inetd.conf中,tftp一行已经打开服务,UDP选择为UDP, 请大虾帮忙!!!!急!

by dortmund - Solaris - 2003-09-27 09:54:05 阅读(464) 回复(2)

大家好,我想在magic linux 中启用tftp service,该如何设置,请指教。

by miggy - 服务器架设 - 2003-08-13 16:42:31 阅读(303) 回复(0)

参考地址: 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    {   ...

by zhouqm27 - Java文档中心 - 2008-09-05 17:05:43 阅读(858) 回复(0)

两种实现手段: 1、初时化serversocket,在每次accept一个client请求后启动一个线程(用threadpool)服务。 2、先初时化serversocket,然后启动指定数量的线程,每个线程里面accept,accept后不启动新线程,而是服务完后在本线程里继续accept。 如果是希望获取更好的并发性能,这两种方式那种好些? 恳请指点。 [ 本帖最后由 yuanyawei 于 2008-5-22 17:18 编辑 ]

by yuanyawei - Java - 2008-05-22 18:42:17 阅读(1760) 回复(6)

我将/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成功, 请问还需...

by zljjg2000 - Solaris - 2008-06-14 15:10:53 阅读(1642) 回复(4)

如何在Solaris8上启动tftp server服务?

by smdlyu - Solaris - 2004-09-06 14:15:19 阅读(793) 回复(3)

tftp server can't put ,can get, what can i do ? help me!!! help me!!!! thank you very much

by zyly2000 - AIX - 2006-03-02 16:18:13 阅读(862) 回复(2)

正常时有四个ARP/RARP timeout,但现在只有一个ARP/RARP timeout后,就说tftp server down了,是什么原因啊? 查过inetd.conf, tftp没有被comment掉..

by vikdiver - Solaris - 2004-07-17 14:18:22 阅读(1150) 回复(13)