home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1998 April / Freesoft_1998-04_cd.bin / Nerecenz / Internet / Ftp_edit / readme.txt < prev   
Text File  |  1998-08-14  |  5KB  |  127 lines

  1. FTP Edit SL 1.03
  2.  
  3. It's free, so please honore this work: look at the german site www.fnet.de!
  4.  
  5.  
  6. MANUAL
  7. =======
  8.  
  9. FTP Edit is an editor and FTP-Client (in passive mode). It will work fine,
  10. if you put the FTP_EDIT.INI file into the windows or winnt directory. 
  11. You can edit this file to your own belongings. You will find new features below.
  12. You can print this, by right clicking on the editor, and choosing File / Print.
  13.  
  14. The program is divided in six divisions:
  15. 1. The upper options: Here you can enter your login name, password, ftp-site, 
  16.     path and build the connection. Use the down arrow to connect to standard 
  17.     sites, given in the FTP_EDIT.INI file.
  18. 2. The left upper explorer: Is the ftp-explorer with different views and sorts. 
  19.     Try the right mouse button to get all features. If you double click a file, 
  20.     the editor will show it.
  21. 5. The left divider: let you divide the upper and lower explorer by your choice.
  22. 4. The left lower explorer: Is the local-explorer with different views and sorts. 
  23.     Try the right mouse button to get all features.
  24. 5. The middle divider: let you divide the left and right windows by your choice.
  25. 6. The right editor: is a middle class editor for HTML and text files. Try right 
  26.     mouse button and speed buttons for functions. The left arrow speed button 
  27.     will upload the file to your ftp server. While you are editing a file, it is copied
  28.     temporatly to your tmp directory (\windows\temp). Whether you rename it
  29.     or not, you can upload it with this different name to a different ftp directory.
  30.     Play with it, you will get numerous more features, like
  31.     Makros, Printing, ...
  32.  
  33. And don't forget to look at the german site www.fnet.de!
  34.  
  35. Thanx to
  36.     Andreas H÷rstemeier for his welldoing FTP-component
  37.     Gerrit Wolsink for his beautiful RICHPRINTER-component
  38.  
  39. AUTHOR:
  40.     Christian Hartnick, Silverline
  41.     Frankfurter Ring 193a
  42.     Germany, 80807 Mⁿnchen
  43.     hartnick@silverline.de
  44.  
  45.  
  46. NEW FEATURES / HISTROY LIST
  47. ============================
  48.  
  49. 1.03 Bugs fixed
  50. - some minor bugs
  51. - support of Japanese (other) websites/charsets through binary FTP
  52.     [FTP-Parameter]
  53.     FtpEditorTransfer="TYPE A"
  54.     FtpFileTransfer="TYPE I"
  55.     ;TYPE A for ASCII-Transfer and TYPE I for binary
  56.     ;Set FtpEditorTransfer="TYPE I" for binary FTP
  57.  
  58. 1.02 More control over layout and accounts
  59. - some minor bugs
  60. - define font and size of editor and controls in FTP_EDIT.INI
  61.     [FTP-Desktop]
  62.     EditorFontName="Courier New"
  63.     EditorFontSize=10
  64.     ControlFontName="MS Sans Serif"
  65.     ControlFontSize=8
  66. - user info for anonymous requests
  67.     [User-Data]
  68.     Name="Christian Hartnick"
  69.     Email="hartnick@silverline.de"
  70.  
  71.     [FTP-Accounts]
  72.     01="anonymous:_email_@ftp.microsoft.com/"
  73.  
  74. 1.01 Bugs fixed (MS will call this V2)
  75. - some minor bugs
  76. - Logout or refresh connection to FTP-Server after a while (FTP_EDIT.INI)
  77.     [FTP-Timeout]
  78.     Minutes=1
  79.     ;Minute=0 to deactivate timeout refresh
  80.     Action=0
  81.     ; 0 : refresh
  82.     : 1 : close
  83.  
  84. 1.0 First Version spreaded out to the world
  85.  
  86.  
  87. FREEWARE LICENCE:
  88. ===================
  89.  
  90. For distribution:
  91. This program may be FREELY COPIED and DISTRIBUTED as long as
  92. there'll not be any kind of changes in the contents of this 
  93. pack and the contents of its files, including sources and this 
  94. text file.
  95.  
  96. Furthermore,
  97. you are NOT allowed to SELL it as a stand alone SOFTWARE PACK.
  98. However you can include and distribute this Program as part of 
  99. a FREEWARE Package. (If you do so, please keep me informed).
  100.  
  101. For usage:
  102. You may write and compile your own application programs 
  103. using freely this software, including any libraries and 
  104. source code included for such purpose with this pack. 
  105. You may freely reproduce and distribute programs which you 
  106. create using this software (including source code), even for 
  107. commercial purposes.
  108.  
  109. Before you use it, please read the following,
  110.  
  111.  
  112. DISCLAIMER:
  113. ============
  114.  
  115. THE AUTHOR DISCLAIM ALL WARRANTIES, EITHER EXPRESS OR 
  116. IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF 
  117. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND 
  118. WARRANTIES OF NONINFRINGEMENT, WITH REGARD TO THE 
  119. SOFTWARE AND THE ACCOMPANYING DOCUMENTATION. 
  120. IN NO EVENT SHALL AUTHOR BE LIABLE FOR ANY 
  121. DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, 
  122. DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS 
  123. INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER 
  124. PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THIS 
  125. PRODUCT, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE 
  126. POSSIBILITY OF SUCH DAMAGES.
  127.