From 39bb4331674cc77560a546f4f9b14b143603d4be Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 02 Feb 2006 23:07:50 +0000 Subject: - version bump to 2.7 - year bump to 2006 - ip-based access control - server switchable off - logging to file git-svn-id: http://svn.klever.net/kin/pumpkin/trunk@144 fe716a7a-6dde-0310-88d9-d003556173a8 --- (limited to 'help/pumpkin.xml') diff --git a/help/pumpkin.xml b/help/pumpkin.xml index 38c54ca..944bb54 100644 --- a/help/pumpkin.xml +++ b/help/pumpkin.xml @@ -5,10 +5,14 @@

PumpKIN is a program designed to send and receive files over the net while having T42 or Wintalk session running using TFTP () protocol. It includes full-functional TFTP server/client so it may be useful for maintaining CISCO routers and other network equipment.

Enjoy!

- + + + Added acess lists based on request IP address and TFTP opcode for automating access policy + Added possibility to start/stop TFTP server, while keeping client functionality intact + more robust solution to the backslash/slash dilemma A bit more elaborate error reporting @@ -36,6 +40,7 @@

To Abort transfer(s) currently in progress - select transfer(s) you want to terminate in the list and click Abort xfer button.

You may want to hide PumpKIN window and leave it as a tray icon only. Just click the icon in the tray or simply close the window.

Use Options button to set PumpKIN options.

+

You can start and stop PumpKIN's TFTP server by checking and unchecking the Server is running checkbox in the lower right corner of main PumpKIN window.

Confirm Read Request Dialog @@ -83,9 +88,17 @@
  • Confirmation timeout - this is the time PumpKIN will wait for you to accept or deny request before it will give up and take default action which is always deny.
  • - + Sounds

    You can customize PumpKIN sounds notifications here. There are three customizable sounds defined - Incoming request, which notifies you about incoming request prompt if you're set to be prompted whenever incoming request occurs. xfer Aborted - which happens to sound every time transfer is interrupted for whatever reason - time out, explicit kill, denied access, etc. xfer Finished means that your file was successfully transmitted.

    You can select any .wav file or one of the predefined sounds from the dropdown list.

    + + Access Lists +

    You can slightly automate your access policies by setting up read/write request behavior for different incoming requests.

    +

    The rule consists of request type, source network (ip and netmask) and action to take (see also Server Options).

    +

    When PumpKIN receives request it goes through the list of rules and bases its decision on the first matching rule. To rearrange order of rules, select the rule you wish to move and use up and down arrows buttons on the right. To remove rule, use the cross button.

    +

    To add a new rule fill in the information about request type, source address and netmask and desired action. Then click on the 'Add new rule' button.

    +

    If you wish to amend the rule, select it in the rules list, change parameters below and click the 'Replace rule' button.

    + -- cgit v0.9.0.2