二维码

3CDaemon服务器工具,含TFTP服务器、FTP服务器、Syslog服务器及TFTP客户机

3195 人阅读 | 时间:2018年12月04日 14:23

3CDaemon是一个简易服务器工具,含TFTP服务器、FTP服务器、Syslog服务器及TFTP客户机。3CDaemon,支持多种协议的小型服务软件,其功能简练、使用方便是最大的优点

TFTP服务器

与Http服务器(HFS)不同的是,HFS需要将文件或文件夹先从主机上传至服务器上,形成一个列表:

3CDaemon服务器工具,含TFTP服务器、FTP服务器、Syslog服务器及TFTP客户机


想要从HFS服务器上获取文件,所需的链接是服务器上的地址,每个层级是服务器列表决定:

3CDaemon服务器工具,含TFTP服务器、FTP服务器、Syslog服务器及TFTP客户机


而3CDaemon上的TFTP服务器、FTP服务省去在服务器上搭建列表的过程,在完成下图操作后,

3CDaemon服务器工具,含TFTP服务器、FTP服务器、Syslog服务器及TFTP客户机


想要获取文件,使用的链接直接是PC上的文件(tftp://IP/文件名称)3CDaemon服务器工具,含TFTP服务器、FTP服务器、Syslog服务器及TFTP客户机3CDaemon服务器工具,含TFTP服务器、FTP服务器、Syslog服务器及TFTP客户机


想要获取FTP服务器上的文件,格式为:ftp://admin:123456@10.3.5.120/Test.xml(其中123456为密码)

 

2、 若选择需要匿名的用户,如:anonynous。映射为对应的“用户目录”中的路径。


 3CDaemon服务器工具,含TFTP服务器、FTP服务器、Syslog服务器及TFTP客户机

 

 

3CD特点:

TFTP服务器:

1、RFC 1782的支持,1783和1784。块大小,超时和传输大小协商。

2、快。

3、能打印它正在监听的IP地址(IP地址)。

 

FTP服务器:

1、支持被动传输。

2、支持Netscape或者IE4浏览

3、支持32个字符的密码。

4、密码的MD5散列。这应该提供足够的安全密码,同时还可导出。

5、打印它正在监听的IP地址(IP地址)。

 

Syslog服务器:

1、添加日志功能。

2、记录所有的syslog信息接收。

3、允许过滤/限制syslog信息通过IP地址。

4、允许登录到通过消息优先级,消息设备或IP地址。

5、允许查看日志文件,而活动,加上复制到剪贴板或打印

6、生产标准的ASCII文本文件,适合包括在电子邮件或传真。

7、打印它正在监听的IP地址(IP地址)。

 

TFTP客户端:

1、RFC 1782的支持,1783和1784。块大小,超时和传输大小协商。

2、存储经常访问的主机的地址

3、支持多个文件传输或目录传输

 

 

 

 

参考链接:

1、 3CD中FTP服务器的配置过程:   http://www.anxia.com/jiaocheng/15541.html

2、 3CD做本地日志服务器: http://www.doc88.com/p-602856635398.html


附: 开发者介绍3CD:《what is 3CDaemon》



Why another TFTP Server? Doesn't 3Com already supply one?

In the beginning, there was 3CTftpd, which was a small TFTP Server program I wrote so that 3Com customers could upgrade their 3Com equipment.

3CTftpd begat 3CServer, which was a more full-featured TFTP and FTP server I wrote. This eventually became part of 3Com's Transcend Network Management product.

However, it soon became apparent that our customers were using 3CServer for a lot of other things, in addition to upgrading their 3Com boxes. I was getting a number of enhancement requests. In order to accommodate these requests, I took another look at the code, and tried to implement as many as I could.

There was a problem, though. 3CServer was now part of a different product. I spoke with our Network Management folks, and we agreed that we didn't want the two programs getting in each other's way. Therefore, I decided to rename my newest incarnation to 3CDaemon.

I'm confused! Which one should I use?

It's really a matter of personal choice. If 3CServer fulfills your needs, then by all means, continue using it. If you want or need some of the extra functionality provided by 3CDaemon, then use it instead. Either one will work for upgrading 3Com products, since they are adapted from the same code base. Since both are freeware, I don't make a penny off of them either way :)

So, what's new in this 3CDaemon thing?

  • New interface. Lot more extensible, so that I can add sub-programs more easily.

  • TFTP Server:

    • Support for RFC 1782, 1783 and 1784. Block size, timeout and transfer-size negotiation.

    • Faster. See speed comparison chart below.

    • Prints IP address(es) on which it is listening.

  • FTP Server:

    • Supports PASSIVE transfer.

    • Supports Netscape/IE4 browsing

    • Supports 32 char passwords.

    • Passwords are MD5 hashed. This should provide adequate password security, yet at the same time still be exportable.

    • Prints IP address(es) on which it is listening.

  • Syslog Server:

    • Added Syslog functionality.

    • Logs all syslog messages received.

    • Allows filtering/restriction of syslog messages by IP Address.

    • Allows logging into via message priority, message facility or IP address.

    • Allows viewing of the log files while active, plus copy to clipboard or print

    • Produces standard ASCII text files, suitable for including in emails or faxing.

    • Prints IP address(es) on which it is listening.

  • TFTP Client:

    • Support for RFC 1782, 1783 and 1784. Block size, timeout and transfer-size negotiation.

    • Stores addresses of frequently accessed hosts

    • Supports multiple file transfer, or directory transfer

     

    • Lots and lots of other little fixes and enhancements. Play with it. I'll be adding more as time goes by.

     

    Totally Unscientific Speed comparison:

    (i.e. These are numbers I got transferring the same file between two PCs on the same hub. Your mileage will vary...)


    Get 13.3MB FilePut 13.3MB file
    3CServer TFTP75.5 secs77.1 secs
    3CDaemon TFTP48.1 secs46.4 secs
    3CDaemon TFTP with negotiated 2048 blocksize16 secs15 secs
    3CServer FTP38.9 secs57.6 secs
    3CDaemon FTP15.4 secs16.1 secs


    取消

    感谢您的支持,我会继续努力的!

    扫码支持
    扫码打赏,你说多少就多少

    打开支付宝扫一扫,即可进行扫码打赏哦

    ©著作权归作者所有:来自ZhiKuGroup博客作者没文化的原创作品,如需转载,请注明出处,否则将追究法律责任 来源:ZhiKuGroup博客,欢迎分享。

    评论专区
    • 昵 称必填
    • 邮 箱选填
    • 网 址选填
    ◎已有 0 人评论
    搜索
    作者介绍
    30天热门
    ×
    ×
    关闭广告
    关闭广告
    本站会员尊享VIP特权,现在就加入我们吧!登录注册×
    »
    会员登录
    新用户注册
    ×
    会员注册
    已有账号登录
    ×