Server Management scripts - Top 4 Download

Server Management script downloads

Twisted BitTorrent Client Server

This script contains two modules that run a BitTorrent server, and uses Twisted as a client to coordinate control-message passing, and progress monitoring. The server can be run as a separate process, or as a thread within the client -- the same messages can be passed back and forth.Control messages can ...
Python

popPeek

This script shows the headers from messages in a popbox and allows the user to delete messages on the server before downloading them. Only works with pop-servers that support the TOP-command. ...
Python

Write a file to a WebDAV Server

This script is an extremely simple example of using homepage to write a file to a WebDAV server. This version does not use any authentication mechanism. ...
Python

Simple stoppable server using socket timeout

The usual Python HTTP server never stops. Since there is the timeout option in the socket module, this script provides you an easy way to do a clean shutdown of a running server. ...
Python

CGI shell

This script runs an arbitrary string on the server as a shell command.It mimics a very basic shell environment on a server using CGI. ...
Python

http Exploring Headers and Cookies from Servers

This CGI script allows you to specify a URL, then it fetches the URL and displays all the headers sent by the server.  This script demostrates using urllib2 to fetch a URL - using a request object with User-Agent header. It also demostrates basic authentication and shows the possible http errors - ...
Python

Transmitting exceptions through XML RPC

Python's xmlrpclib only raises the xmlrpclib.Fault exception, but it can be convenient to allow more different kinds of exceptions to be raised. This script provides a customized subclass of xmlrpclib.ServerProxy that looks for Fault exceptions where the message is of the form :, and raises the corresponding exception. ...
Python

GoogleCacheServer

This is a simple implementation of a proxy server that fetches web pages from the google cache. It allows you to view the internet through the eyes of google ! Fire it up and point your browser at localhost:8000. ...
Python

Environment Variables

A short and simple script to print your Web server's environment variables to the screen using mod_python and the Publisher handler. ...
Python

Server side JavaScript dependency resolution

This script was creates for easing maintenance of JavaScript files and their inclusions in web pages by server-side dependency resolution. ...
Python

xmlrpc server client

xmlrpc server/client script does cookie handling and supports basic authentication. The client sends a request with basic authentication and the server on successful authentication sends response back and also sends cookies with authentication id. ...
Python

Python Community Server

Python Community Server is a free replacement (in Python) for Radio Community Server and a miniature application server, with an embedded almost-OO database and a very quick script handler. ...
Python

FCGI

The fcgi.py Python module handles communication with the FastCGI module of the Apache or Stronghold web server without using the FastCGI developers kit, but will also work in a non-FastCGI environment, (straight CGI.) ...
Python

Maki

Maki is a webserving framework built on Python and XML. It allows a web developer to send an XML input document through any number of steps, where each step is either a stylesheet transformation or a custom process. A processor that evaluates embedded Python code is included. The output of each ...
Python

AdvHTTP

Make requests and collect information from foreign servers and let your web based applications download faster. Use the HTTP component to interact with web services or other applications. Programmatically submit forms or collect information from other web pages. There are no limitations in what you can do in HTTP with this ...
ASP.NET

AdvDirectory

AdvDirectory is a component designed for web based directory management. When the component is turned on for a new website, it takes physical path, which is usually the web root of that website. All file management operations are restricted to the physical path mentioned in ASPFusion Administration thus rest of server ...
ASP.NET

AdvLDAP

The component allows you to perform all basic LDAP operations on LDAP (Lightweight Directory Access Protocol) directory servers like the Netscape Directory Server. Access to the component can also be turned on at web basis like all other ASPFusion components. It provides these operations. - Complete basic LDAP server operations, such ...
ASP.NET

AdvFile

The component provides you complete file management on server. While turning on the component for a new website, the system takes physical path, which is usually the web root of that website. All file management operations are restricted to the physical path mentioned in ASPFusion Administration. The component is very easy ...
ASP.NET