From 9938ea772d372ba955b7bc1f1c48a062c3a36f8a Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 05 Jul 2004 01:53:09 +0000 Subject: initial commit into svn repository git-svn-id: http://svn.klever.net/kin/pumpkin/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8 --- (limited to 'help/pumpkin.xml') diff --git a/help/pumpkin.xml b/help/pumpkin.xml new file mode 100644 index 0000000..bac9950 --- a/dev/null +++ b/help/pumpkin.xml @@ -0,0 +1,86 @@ + + + + About PumpKIN +

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!

+ + +
+ + + Change of license and opening the source. + Minor cosmetic changes, mostly in build process + + + Sounds customization. Now you can customize PumpKIN bells and whistles or turn them off completely. + Previous version of PumpKIN had a bug causing it to misbehave when you're requesting file from remote tftp server using IP Address (as opposed to hostname). + Typo causing PumpKIN to log outgoing request in reverse (i.e. Requesting 'hostname' from 'filename') fixed. + Something else that you may not notice and I can not remember. + + + Transfer resumes. No checking on file contents is done, so it's up to you to decide whether you want to start transmission from the beginning or resume unfinished transfer. + Support for block size, trasnfer size and transfer timeout options as described in , and . I'm not sure if there are any other TFTP implementations supporting this, but at least it makes sense if you use PumpKIN on both ends. + New Install program + + + + Using PumpKIN +

This is a simple program for file exchange between two parties. It allows you to send files over the network to your party while having a T42 or Wintalk conversation. It uses open sessions to determine IP address of your party. Also you may use it as a TFTP client/server by itself. To get/put files from/to TFTP server you need to enter host name/IP address manually in the Request Dialog.

+

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.

+
+ + Confirm Read Request Dialog +

When the file is requested from your TFTP server you may choose to Grant Access to this file or to Deny Access. If you hesitate to answer for Confirmation timeout (default - 30 seconds) PumpKIN defaults to denial of all requests.

+
+ + Confirm Write Request Dialog +

Whenever your party sends you a file you have always a choice to accept it or not. You can also save the file under a different name by choosing the Rename option. If you already have file with such name you may chose to resume transfer. No checking on file contents is done. This option may or may not work depending on remote implementation of protocol. It does work if you use PumpKIN on both ends. If you are still unsure for Confirmation timeout (default - 30 seconds) PumpKIN will make safe decision for you (deny).

+
+ + Request Dialog +

Request dialog is aimed to let you form read or write request. You may set the following options:

+
    +
  • Local File - You can change the name of the file you're sending (or destination in case you're receiving) right here. You may also use Browse button to select the file.
  • +
  • Remote File Specifies the name of file on the remote host you're requesting (in case of read request) or the name of file you want your file to appear as (in case of write request).
  • +
  • Remote Host is your party's host or TFTP server you're requesting file from/sending file to. To refresh the list of your talk windows use REFRESH button.
  • +
  • Type is the type of transfer as defined in . Doesn't mean much, really. Defined types are 'octet' or 'netascii'. Default is 'octet'.
  • +
  • Block Size - Use this block size if remote is -compliant. If remote doesn't support this option PumpKIN will fallback to 512 bytes per block.
  • +
+
+ + Options +

PumpKIN options property sheet consists of two tabs. For more information see Network and Server options.

+
+ + Network Options +
    +
  • UDP Ports +
      +
    • Listen for incoming connections on port - specifies the port we're listening to. The default as defined in is 69.
    • +
    • Send outgoing requests to port - specifies the port we're going to send all requests to.
    • +
    +
  • +
  • Default Connection timeout - if there's no activity for specified time, transfer is considered to be dead and terminated. PumpKIN tries to propagate this value to remote as described in and if possible.
  • +
  • Default Block Size - PumpKIN tries to negotiate block size with remote using this value unless specified explicitly in request. If remote doesn't support and PumpKIN falls back to 512 bytes per block.
  • +
+
+ + Server Options +
    +
  • TFTP Filesystem root - Specifies the location of files you're transmitting or where to start looking for them from. Defaults to the directory you start PumpKIN for the first time from.
  • +
  • Allow access to subdirectories - specifies whether you want allow access to the whole subtree of TFTP Root or only to the directory itself.
  • +
  • Read Request Behavior - You may choose to automatically agree to give all files requested, to be prompted to confirm these operations, or to deny all requests as if you're not even here.
  • +
  • Write Request Behavior - You may chose to take all files (not recommended), to prompt only if file exists already, Always prompt or Deny all requests.
  • +
  • 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.

+
+
-- cgit v0.9.0.2