home *** CD-ROM | disk | FTP | other *** search
- Windows Sockets FTP Client Application - WS_FTP - Version 94.04.24
- ======================================================================
-
- Description:
-
- This application is a standard File Transfer Protocol (FTP) client
- application for Windows Sockets. The user interface for this FTP
- client is designed with the novice FTP user in mind. Usage should
- be obvious. For more information on FTP please refer to the many
- different NETNEWS groups or one of the recent books on the Internet.
-
- WS_FTP also provides for automatic downloads of files. See HLP file
- for information on "Auto Transfer of Files".
-
- **********************************************************************
- * This program executable, help file and related text files may be *
- * distributed freely and may be used without fee by any individual *
- * for non-commercial use and by any United States Government *
- * organization. This version of WS_FTP may not be distributed as *
- * a part of any commercial package. *
- **********************************************************************
-
- This program was developed entirely on personal equipment using
- personal time and personal resources. My association with the U.S.
- Army has no bearing on the design or implementation of this program
- nor does it imply that the U.S. Army, Fort Gordon, the United States
- Military Academy or the U.S. Army Computer Science School endorses
- the use of this program.
-
- Requirements:
-
- WS_FTP requires you to have a properly installed WINSOCK.DLL
- and requires Windows 3.1 or later.
-
- Installation:
-
- YOU MUST HAVE A PROPERLY INSTALLED WINSOCK.DLL FOR THIS APPLICATION
- TO WORK. REFER TO YOUR WINSOCK.DLL DOCUMENTATION FOR SETUP!!
-
- 1. Create a directory for this program and copy WS_FTP.EXE,
- WS_FTP.INI and WS_FTP.HLP to that directory.
-
- 2. Create an ICON in any Program Manager group.
- a. Use the File Manager and drag the program into a Program
- Manager group.
- b. Use [F]ile [N]ew in the Program Manager.
-
- Latest Version:
-
- The latest version of this application should always be the file
- /pub/msdos/winsock.files/ws_ftp.zip on ftp.usma.edu (129.29.64.246).
- To access it, enter 129.29.64.246 as the host name and check the
- "anonymous login" box in the WS_FTP connect dialog box.
-
- Beta versions are only available from ftp.usma.edu in the /pub/msdos
- directory as ws_ftp.zip.new
-
- Source code for the 93.12.05 version is in the file ws_ftp_s.zip
- in the /pub/msdos/winsock.files directory on ftp.usma.edu.
-
- Bug reports, suggestions, etc...
-
- If you connect to a host that WS_FTP doesn't recognize (i.e. listboxes
- remain blank or are displayed incorrectly).
-
- 1. Try the different host types that are listed in the options dialog
- box. (the change takes affect immediately, you do not need to
- change directories, etc..)
-
- 2. If you can't find one that displays the directory correctly, then:
-
- a. Double click on the status area and save the message log to a file
- b. click on the LongDir button and save the contents to a different
- file.
- c. mail both files to "junodj@css583.gordon.army.mil"
-
- Send all bug reports, suggestions, etc to "junodj@css583.gordon.army.mil"
- or to "72321,366" on compuserve or to "jjunod" on america-on-line.
-
- If you like this program, let other people know about it!
- Post your comments in comp.protocol.tcp-ip.ibmpc, alt.winsock and
- in the windows groups on usenet and places like compuserve. Let
- people know about it!
-
- Program information and copyright:
-
- Copyright (C) 1994 by John A. Junod. All rights reserved.
-
- Author:
- John A. Junod Internet: <junodj@css583.gordon.army.mil>
- 267 Hillwood Street <zj8549@trotter.usma.edu>
- Martinez, GA 30907 Compuserve: 72321,366 AOL: jjunod
- (706)-780-2671
-
- THE INFORMATION AND CODE PROVIDED IS PROVIDED AS IS WITHOUT WARRANTY
- OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE. IN NO EVENT SHALL JOHN A. JUNOD BE LIABLE FOR ANY DAMAGES
- WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS
- OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF JOHN A. JUNOD HAS BEEN
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
- **********************************************************************
- * This program executable, help file and related text files may be *
- * distributed freely and may be used without fee by any individual *
- * for non-commercial use and by any United States Government *
- * organization. This version of WS_FTP may not be distributed as *
- * a part of any commercial package. *
- **********************************************************************
-
- This program was developed entirely on personal equipment using
- personal time and personal resources. My association with the U.S.
- Army has no bearing on the design or implementation of this program
- nor does it imply that the U.S. Army, Fort Gordon, the United States
- Military Academy or the U.S. Army Computer Science School endorses
- the use of this program.
-
- -----------------------------------------------------------------------
-
- Latest changes:
-
- Support for initial command to be sent to the remote host immediately
- after connecting to the host and before attempting to change
- directories or listing the directories. Return codes from this
- command are ignored. You can NOT place a LIST, NLST, RETR or
- SEND command here!
-
- Added a sorted directory listbox option.
-
- Support for micros.hensa.ac.uk (use NCSA/CUTCP host type)
-
- Added support for alternate ports (Port must be greater than 100
- or port is set to 21)
-
- Support for host type BULL GCOS (untested)
-
- Directories can be unselected by holding CTRL key down while
- clicking on a name. (While multiple names can be selected in
- the directory listboxes, only the last name selected will be
- used.)
-
- Correction for CWD when host type is VMS_UCX. (was this the
- right one???)
-
- Extended the length of a configuration name. (using long names
- reduces the maximum number of names that will be displayed
- in the dropdown list).
-
- Added Save Dir Loc button to save the current remote and local
- directories to the current configuration (in the options
- dialog).
-
- Added option to have buttons appear at top of window.
-
- I've got a whole list of other changes to make but have been fairly busy
- lately so it may be a few weeks before the next version. Sorry if the
- change that you requested has not been included yet. There just isn't
- enough time in a day! jaj
-
-
-