home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 April / ChipCD_498.iso / software / ftp / quickftp / readme.txt < prev   
Text File  |  1996-01-05  |  2KB  |  44 lines

  1. QuickFTP 2.1
  2.  
  3. With QuickFTP 2.1 you can get or put ascii or binary files from a 
  4. server repetitively on a cycle of 10-sec to whatever. In addition, 
  5. with command line options you can set up an icon in a windows group  
  6. that runs a complete logon-get or put-logoff session automatically.
  7. For the command line:
  8.  
  9. QUICKFTP 
  10.    HostName   
  11.    LoginName
  12.    Password
  13.    Initial Directory
  14.    GET or PUT (G or P)
  15.    Source File Name  (on remote host if GET; on your PC if PUT)
  16.    Destination File Name (on your PC if GET; on remote host if PUT)
  17.    BINARY or ASCII (B or A)
  18.    NOTIFY or SILENT (N or S) S just puts up a message box if there is an error
  19.                              while N gives a message at the start and end
  20.  
  21. (? in place of parameters leaves those parameters for setting on
  22. startup of the program.)
  23.  
  24. For example:  
  25.  
  26.   QUICKFTP ftp.stolaf.edu anonymous hansonr@stolaf.edu pub/origami/WIN 
  27.            GET qckftp21.zip c:\temp\q.zip BINARY
  28.  
  29. QuickFTP uses the free SocketWrench/VB socket VBX control by 
  30. Catalyst Software (www.earthlink.com), which is included, along with
  31. Visual Basic 3.0 source code for QUICKFTP.EXE. Full SocketWrench info 
  32. is in cswsk110.zip, available from www.earthlink.com.
  33.  
  34. I have observed the errors "SOCKET WOULD BLOCK" and "OUT OF MEMORY" once in
  35. a while when transfering very large (3 Mb) files which I believe are bugs 
  36. from the SocketWrench control.
  37.  
  38. FreeWare.  Uploaded by the author.
  39.  
  40. Most recent version can always be found in ftp.stolaf.edu/pub/origami/WIN
  41.  
  42. Robert M. Hanson
  43. hansonr@stolaf.edu
  44.