home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / main / BBS / DOVE-NET.ZIP / QWKFTP.ZIP / QWKFTP.DOC < prev    next >
Encoding:
Text File  |  2000-03-12  |  3.0 KB  |  57 lines

  1. This is a basic script that will allow Sysops to use Synchronet v3.0's new
  2. feature that allows QWK transfers to be done with FTP.
  3.  
  4. This script is designed to use the FTP client WS_FTP Pro.
  5.  
  6. It's pretty simple to setup.
  7.  
  8. First, open the script (QWKFTP.SCP) in your favorite text editor and edit
  9. the script to match your system paths if needed.  Also, be sure to edit the
  10. User and Pass lines to reflect your QWK account on your Hub.  After editing
  11. just copy the script into your c:\sbbs\exec directory.
  12.  
  13. For this script to function correctly it is required that you add your
  14. WS_FTP Pro to your PATH in your AUTOEXEC.BAT.  Something like this.
  15.  
  16. path=C:\utils;c:\sbbs\exec;c:\progra~1\ws_ftp~1
  17.                            ^^^^^^^^^^^^^^^^^^^^  add this.
  18.  
  19. After this all you need to do is setup your QWK HUB Call-Out lin in SCFG to
  20. execute the script.  Like this
  21.  
  22.   Synchronet Configuration for DOS v2.30              Sun Mar 12 2000 10:42 pm
  23. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  24. ░░░░╔[■][?]═════════════════════════╗░░░░░░░░░░░░░░░░░╔[■][?]══════════════╗░░░░
  25. ░░░░║            Networks           ║░░░░░░░░░░░░░░░░░║  QWK Network Hubs  ║░░░░
  26. ░░░░╠═══════════════════════════════╣░░░░░░░░░░░░░░░░░╠════════════════════╣░░░░
  27. ░░░░║ │QWK Packet Networks          ║░░░░░░░░░░░░░░░░░║ │VERT              ║░░░░
  28. ░░░░║ │Fido╔[■][?]═══════════════════════════════════════════════════╗     ║░░░░
  29. ░░░░║ │Post║                     VERT Network Hub                    ║═════╝░░░░
  30. ░░░░║ │Inte╠═════════════════════════════════════════════════════════╣░░░░░░░░░░
  31. ░░░░╚══════║ │Hub System ID              VERT                        ║░░░░░░░░░░
  32. ░░░░░░░░░░░║ │Pack Command Line          %!pkzip %f %s               ║░░░░░░░░░░
  33. ░░░░░░░░░░░║ │Unpack Command Line        %!pkunzip -o %f %g %s       ║░░░░░░░░░░
  34. ░░░░░░░░░░░║ │Call-out Command Line      ftpscrpt %!qwkftp.scp       ║░░░░░░░░░░
  35. ░░░░░░░░░░░║ │Call-out Node              10                          ║░░░░░░░░░░
  36. ░░░░░░░░░░░║ │Call-out Days              Sun Mon Tue Wed Thu Fri Sat ║░░░░░░░░░░
  37. ░░░░░░░░░░░║ │Call-out Frequency         12 times a day              ║░░░░░░░░░░
  38. ░░░░░░░░░░░║ │Networked Sub-boards...                                ║░░░░░░░░░░
  39. ░░░░░░░░░░░╚═════════════════════════════════════════════════════════╝═════╗░░░░
  40. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║  QWK Packet Networks  ║░░░░
  41. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╠═══════════════════════╣░░░░
  42. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║ │Network Hubs...      ║░░░░
  43. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║ │Default Tagline      ║░░░░
  44. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╚═══════════════════════╝░░░░
  45. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  46.    F1 Help  ESC Exit
  47.  
  48.  
  49. If you have any trouble consult the LOG and TRC files in your SBBS\DATA
  50. directory for debug information.
  51.  
  52. Also, you can email me if you're having trouble : pg@wasteland.darktech.org
  53.  
  54.  
  55.  
  56.  
  57.