home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / mailftp.zip / readftp.1st < prev    next >
Text File  |  1995-12-08  |  5KB  |  97 lines

  1. MailFtp.Zip - Dec. 1995
  2.  
  3. Cut and Paste author - richard wallen <no known contact point>
  4.  
  5. Preamble:
  6.  
  7. MailFtp was put together from the help of many 'fine' folks out there found on
  8. both the Fidonet and Internet... I could not have done it without the experience
  9. found otherwise.  Being a true ranked amatuer of Rexx and the Internet, I hope 
  10. this helps anyone who is also on a similar path. This mini package is released
  11. into the public domain.  If you modify it, please say so and post an addendum
  12. near the end of this file stating what changes you have made.  If at all possible,
  13. please send a copy of the changed file(s) to one of the Gents listed below.
  14.  
  15.  
  16. Disclaimer:
  17.  
  18. It works here, if you use this package without modification to some of the variables
  19. within the scripts below... it probably won't work for you.  Basically you test run
  20. these scripts at your 'own risk'... the only guarantee made is it will take up disk
  21. space on your site, if its broken, you own multipule parts <G>.  Please make sure you
  22. review the scripts completely.  Error trapping is almost non-existant as I didn't get
  23. that far with this.  I focused on logging which still needs more work, also an attempt
  24. was made to easily modify the main script(s) through use of variables located near the
  25. top of same... 'butt' there 'may'be other variables in the scripts that require editing.
  26.  
  27.  
  28. Requirements:
  29.  
  30. 1. IAK must be installed though Warp's Internet Bonus Pack or Warp Connect's TP/IP installation.
  31.  
  32. 2. Rexx must be installed in order for the scripts to work.
  33.  
  34. 3. PPPDIAL v2.7 is used with this release and can be obtained from Hobbes or the 
  35.    OS/2 ShareWare BBS.  This script is mainly used to 're-dial' a busy provider.
  36.    Written and maintained by Don Russell - drussell@direct.ca
  37.  
  38. 4. RxFTP does not come with Warp v3.0 and can be found in IBMEWS also in a file FTPFIDO.* that
  39.    can be found 'somewhere' <G>
  40.  
  41. 5. TCPIP.INI - used by PPPDIAL to retreive IPS number, login ident and password - not necessary
  42.    if information is provided in the response file according to PPPDIAL documentation.  This file
  43.    is located in the \TCPIP\ETC directory and is created via your '[Alt]-Dialer' setup.
  44.  
  45. Contents:
  46.  
  47. ReadFtp.1st    - This text you now view...
  48. StartPPP.Cmd   - Startup script for PPP session with provider
  49. AutoPing.Cmd   - Script to test the link and launch misc apps as desired
  50. Ftp-Sstar.Cmd  - Main Rexx script to connect to an internet fidohub aka SSTAR.COM
  51. * NOTE *       - Ftp-Sstar.Cmd can be operated by itself once the IPS connection
  52.                  has been made through your 'Dialer'.  It does not require anything
  53.                  with the exception of the IAK installation and RxFTP.DLL (v0.9)
  54. Datasync.Rsp   - Response file used inconjunction with PPPDIAL (read docs)
  55. RxFTP.Zip      - Required DLL's (both 16 and 32 bit) Rexx libraries for Ftp scripting
  56.  
  57. Description/Instructions:
  58.  
  59. After reviewing the scripts within, and editing them to fit your site info.  Locate
  60. all files either in your \TCPIP\BIN path or edit the scripts according to your needs.
  61. Make sure any '*.DLL' files required are placed in a directory contained in your 
  62. LIBPATH statement that's in your CONFIG.SYS ... typically '\OS2\DLL' :
  63.  
  64. Launch 'StartPPP.CMD' in an OS/2 full screen or windowed mode to initiate the ftp session
  65. on an inactive port.  This will change to your TCPIP/BIN directory and launch PPP.EXE using
  66. PPPDIAL to ensure a connect to your IPS for busy retries. 
  67. (I'm using windowed sessions here to ease monitoring of each session...)
  68.  
  69. Once you satisfactorily achieve the session effects you desire, create a program object on
  70. your desktop.  Input the pathname of 'StartPPP.CMD' and give it a name related to the 
  71. function to be and you're off!
  72.  
  73. If I've left anything out, please accept my appologies for the oversite... I'm hoping
  74. that someone will take this and run with it as it will be at least a few months before
  75. I have time to get back to playing with this again.  When I do, I'll try to make sure
  76. that John Souvestre gets an updated copy for distribution.
  77.  
  78. This package should be usable on either IHUB or PAONLINE FTP Fido Hub sites with minimal
  79. mods.
  80.  
  81. Today my youngest of 4 achieved the age of '8', so I'm outahere! <vbg>
  82.  
  83. I hope you and yours, keep gaining on it... a little more each day!
  84.  
  85. Richard Wallen
  86. Theodore, Al
  87. 8-Dec-1995
  88.  
  89. You should be able to get word back to me through either of these fine gents:
  90.  
  91. Sonny Joiner - 1:3625/462.0@fidonet
  92. David Luckie - 1:3625/467.0@fidonet
  93. Joe Chancery - 1:3625/463.0@fidonet
  94.  
  95. Happy Days and a most prosperous future, may come unto you...
  96.  
  97.