搜索结果
-
开源项目:(62)
项目名称::christophererickson
项目简介
This project page contains information on all of the small projects that I have worked on.
Currently working on:
Custom Samba de Amigo songs.
项目名称::npunkliner
项目简介
Provides sniffing of Netbios Datagrams in passive way. Retrieves the following information from each datagram:
Netbios name of host Address of host Online status (online / offline) Last update time of host status
This is a .NET (C#) version of punkliner which is initially developed with Java....
项目名称::trufflepig
项目简介
trufflepig is a search engine for SMB shares on local networksNetwork scannerDeveloped in Python, with a couple of Linux/Mac OSX/UNIX specific commands, for now Walks around the network to generate list of files and file information Data stored in mysql database (locally or on remote server) Self cleaning - old files intelligently removed Web frontendDeveloped in php Reads mysql database created by the network scanner Provides familiar interface to search through files shared, filtering by type supported Produces a list of sharing computers on the network Wall for posting of comments to search page Please give feedback/issues/code ...
项目名称::smbcp
项目简介
smbcp is a wrapper script that calls smbclient to copy a file to/from a Windows cifs share to/from a unix system using scp like parameters.
After dealing with end users of a unix system that needed to regularly move files to and from different Windows systems and determining that a smbmount type solution is to overbearing and admin heavy, I wrote smbcp. If a user knows how to use scp, it's similar so there's not much of a learning curve. It also transfers files without the need to mount the Windows host before hand or perform ftp like commands with smbclient. Many unix flavors come with smbclient so smbcp should be relatively easy to be ported to different unix versions. ...
项目名称::smb4s60
项目简介
Application based on pysmb.py created by MikeTeo. I have ported/modified the original code to make it work in Symbian S60 phones.
Prerequisite:
1. Python for s60
Note about license of this application: The Library pysmb.py has license specified by MikeTeo. Other code is released under GPL License. ...