home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / ftp_srv2 / readme.txt < prev    next >
Encoding:
Text File  |  1996-09-03  |  1.7 KB  |  36 lines

  1. This packet contains the source of a simple FTP Server implementing the major
  2. functionalities described on RFC959. It's been realized, in spare time,
  3. during my collaboration with Laboratorio Nazionale del Sud, a nuclear physics
  4. laboratory in Catania (Italy). 
  5. The program is been written using Visual Basic 3.0, the network functionalities
  6. are supplied for the most part by Winsock 1.1 and also by a very simple VBX
  7. (VBSock 1.1) find over internet and entirely free.
  8. Realization of this program is been a useful exercise for me and I hope that my
  9. work can help in your experiments over internet.
  10. This is the complete list of commands recognized by this server:
  11. - USER, PASS, CWD & XCWD, CDUP & XCUP, QUIT, PORT, TYPE (Ascii, Image),
  12. - STRU (File only), MODE (Stream only), RETR, STOR, RNFR & RNTO, DELE,
  13. - RMD & XRMD, MKD & XMKD, PWD & XPWD, LIST, NLST, SYST, HELP, NOOP.
  14.  
  15. ----------------------------- WARNING!!! ------------------------------------
  16. The program expects to run in c:\vb\ftp directory. If you want to change this,
  17. modify the value of WORK_DIR constant in module ftp_srv.bas and default
  18. values for working directories in ftp_srv.ini file!
  19. The server actually recognizes 3 users and you can alter this varing the value
  20. (the maximum is MAX_N_USERS) of the N_RECOGNIZED_USERS constant in module
  21. ftp_srv.bas.
  22. If you want to change user names, passwords, access rights and working
  23. directories, modify the appropriate section in ftp_srv.ini file
  24. -----------------------------------------------------------------------------
  25.  
  26. If you want any explanation or wish my collaboration for any project, contact me:
  27.  
  28.     Anastasi Lorenzo
  29.     Via Etna, 82
  30.     95018 Riposto (CT)
  31.     ITALY
  32.     Phone: (095) 7791538
  33.     e-mail: unisystem@dns.omnia.it
  34.  
  35.  
  36.