home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (CDV) / cdv_internet_tools.iso / KATALOG / ARCHIV / FTP / W21461.ZIP / readme.txt < prev   
Encoding:
Text File  |  1999-02-11  |  7.9 KB  |  182 lines

  1. =========================================================================
  2.                          FTP Server Assistant v1.02    
  3. =========================================================================
  4.  
  5. FTP Server Assistant is an application that you can run in the background
  6. on your personal computer that will display the IP address of your computer
  7. on a web page.  It was originally an application that I thought would be
  8. helpful for those that like to have a connection to their computer away from
  9. home, but don't necessarily have a consistant IP address.  If you are such
  10. a person, this application will definately help!
  11.  
  12. ========
  13.  v1.10
  14. ========
  15.  
  16. Added/Removed Features:
  17.  
  18.      I included support for some added information on a created web page.
  19.      Now, you can use %DATE% to insert the time and date of the update, and
  20.      you can also use %NEXT% to insert text on how often it is updated.
  21.  
  22.      eg.  "%DATE% %NEXT%" would insert something like:
  23.           "Thursday March 19, 1999  12:03:04 Every 1 hour"
  24.  
  25.      I also fixed a bug with the "-auto" switch.  The problem was that if you
  26.      used the "-auto" switch, the app would update the page once, then show
  27.      itself.  If you were not present for it "showing up" then it wouldn't
  28.      update the pages any more.  From a programming standpoint, it actually
  29.      was somewhat of an interesting bug.  The fix was basically not allowing
  30.      MFC to do what it wanted to :)  It should work properly now.
  31.  
  32.      I also cleaned up a few routines that allocated memory and wrote files
  33.      to disk.
  34.  
  35.      I also removed the install shield program.  I can't seem to justify bloating
  36.      my program by over 3850% just to make it install nicely.  So, it is out
  37.      for now.  I may add it in later once I sit down with InstallShield and
  38.      learn it.
  39.  
  40.  
  41. ========
  42.  v1.02
  43. ========
  44.  
  45. Added/Removed Features:
  46.  
  47.      Took out the automatic web page altering if the user is creating their own.  Now, if
  48.      the user creates their own page, it will only look for the ###.###.###.### string, 
  49.      and replace it with the IP address.
  50.  
  51.      Added in InstallShield setup program to make it a bit more professional.
  52.  
  53.  
  54. =======
  55.  v1.0
  56. =======
  57.  
  58. WebSite Upload:
  59.      This box should contain the upload address for your web site.  A
  60.      common address might be, "www.website.com".
  61.  
  62. Login:
  63.      Your normal login when uploading to your web site.
  64.  
  65. Pass:
  66.      Your normal pass when uploading to your web site.
  67.  
  68. Port:
  69.      Defaults to "21", however, if you upload to a different port, insert
  70.      the port number here.
  71.  
  72. Home Directory for Web Site:
  73.      This is the directory structure to the root of your web site, if you 
  74.      have one.  Common entries are, "/", "/login", "/users/login", etc.
  75.      The directories should be separated by a forward slash, "/", however,
  76.      they may also be separated with a backward slash, "\".  It doesn't 
  77.      matter which you use, but do NOT mix slashes!
  78.  
  79. Web Page Name:
  80.      This is the name of the file that will be uploaded.  The simplest method
  81.      is letting FTP Server Assistant generate a web page for you.  However, if
  82.      you would like to customize the page that other potential users may see,
  83.      you have the option of browsing for a file and using it.
  84.  
  85.      To make sure that the IP address shows up where you would like it when
  86.      customizing your own page, use the string "###.###.###.###" in the HTML
  87.      wherever you want your ip address to be substituted.  For example,
  88.  
  89.       This is how your HTML file may look before upload:
  90.  
  91.                 Rastlin's FTP site is: ###.###.###.###!
  92.                      be sure to visit soon!
  93.  
  94.       This is how it will look after upload:
  95.  
  96.                 Rastlin's FTP site is: 127.0.0.1!
  97.                      be sure to visit soon!
  98.  
  99.  
  100.      When you are first prompted to locate a custom file, a dialog box will
  101.      appear reminding you of this.  You can disable the dialog box when you feel
  102.      you no longer need reminding.
  103.  
  104. Refresh Rate:
  105.      This will set the amount of time the application will sleep until it decides
  106.      to upload the page again.  The times range from 15 seconds to 1 hour.  It may
  107.      initiate a connection if it sees that you are currently not connected to the 
  108.      network.
  109.  
  110. Title of Web Page if Generating:
  111.      This is in case you are letting FTP Server Assistant generate the web page for
  112.      you.  Whatever you type in will be centered in big letters at the top of the
  113.      web page.  A simple example may be, "Rastlin's FTP Site is:".  It inserts a
  114.      carriage return after the title, then inserts the IP address.
  115.  
  116. IP Address of Machine:
  117.      You must select what type of configuration you have on your machine.  It depends
  118.      on whether you have a network card and a dialup adaptor, or some sort of
  119.      combination.  Just select what type of system you have, and it should find your
  120.      IP address correctly.  This is necessary to be useful for dialup users as well
  121.      as those unfortunate ones that have BOOTP or DHCP like myself!
  122.  
  123. UPDATE!:
  124.      This button will initiate the first upload transfer immediately, and then will
  125.      sleep for the amount of time you designate.  It will also hide itself, however,
  126.      the system tray icon can be used (left dbl click or click) to adjust a setting
  127.      after you have clicked the update button.  If you keep the cursor on the system
  128.      tray icon, it will tell you when it last uploaded your current IP address.
  129.  
  130.      When you update for the first time, it will create settings that it stores in
  131.      the registry.  These are useful if you don't feel like typing in your web site
  132.      uploading parameters each time you start the program.
  133.  
  134. Cancel/Exit:
  135.      Does what it says.  When you leave it closes the program down, prohibiting any
  136.      updates to your web site.  Therefore, if you use it once, then never run it again,
  137.      the wrong IP address will be displayed after you hang up, or receive a new IP
  138.      from your DHCP or BOOTP server.
  139.  
  140.  
  141.  
  142. ====================
  143.   Troubleshooting
  144. ====================
  145.  
  146. Q: The program doesn't seem to be uploading the file to my web site.  What can I do?
  147.  
  148. A: First.  Make sure your settings are correct.  Log in using an ftp server to make sure.
  149.    Then try generating a web page in the program.  If that doesn't work make sure you have
  150.    the correct upload directories.. many ISPs give a directory structure from the default
  151.    login location such as "/<username>/" or "/webpages" or something to that effect.  The
  152.    direction of the slash is not important!
  153.  
  154. Q: It uploads the page correctly, but it doesn't seem to be inserting my IP address where
  155.    I want it to.
  156.  
  157. A: Make sure that you have added the key, "###.###.###.###" into your HTML file wherever
  158.    you want your IP address to appear.. Second, make sure that you have put that key in a
  159.    location where your IP address can be seen.  A good default page would be just to create
  160.    a blank document and add in the key without any HTML tags.  Then see if that file shows
  161.    the correct IP address through your browser.
  162.  
  163. Q: Everything seems to work, but it doesn't give the correct IP address.
  164.  
  165. A: Ok.  Since this application is geared towards dynamic IP holders, ethernet and dialup,
  166.    you have to select what type of system configuration you have.  This can be done by 
  167.    clicking on the box named "IP Address of Machine".  In there you can check what type
  168.    of connection you have to the internet.. Make sure you select the correct one.  If
  169.    you have selected the correct configuration and it still does not report your IP
  170.    address correctly, try one of the other configurations.
  171.  
  172.  
  173.  
  174.  
  175. =========================================================
  176.  
  177. Any questions, comments, suggestions, or bug reports (there might be some still)
  178. email: gerkyn@earthlink.net
  179.  
  180. or visit: http://home.earthlink.net/~gerkyn/ftpsa.html  for updates and a possible FAQ
  181. that I may put up soon!  
  182.