home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / tcp / Networking / TCP / Clients / AmiFSP / man / frmdircmd.1 < prev    next >
Text File  |  1993-11-30  |  2KB  |  60 lines

  1.  FRMDIR 1 "8 December 1991"
  2. .SH NAME
  3. frmdircmd, frmdir \- remove directories from the FSP database
  4. .SH SYNOPSIS
  5. .B frmdircmd
  6. .I directory
  7. \&.\|.\|.
  8. .LP
  9. .B frmdir
  10. .I directory
  11. \&.\|.\|.
  12. .SH DESCRIPTION
  13. .LP
  14. .B frmdircmd
  15. deletes the named directories from the FSP database.
  16. .B frmdircmd
  17. will perform
  18. .B csh
  19. file name globbing based on file and directory information
  20. obtained from the FSP database.
  21. .LP
  22. Since user's command shells generally cannot do the proper globbing for
  23. this program, it is recommended that user defines a shell alias or
  24. function to turn off command shell globbing before running this program.
  25. .B csh
  26. example:
  27. .LP
  28. .nf
  29. alias frmdir \e(set noglob\e; exec frmdircmd \e!\e*\e)
  30. .fi
  31. .SH ENVIRONMENT
  32. .LP
  33. The following variables associate this program with a FSP database:
  34. .TP
  35. .B FSP_HOST
  36. The name or internet number of the machine with the FSP server.
  37. .TP
  38. .B FSP_PORT
  39. The port number of the UDP socket used by the FSP server.
  40. .TP
  41. .B FSP_LOCALPORT
  42. The port number of the UDP socket used by FSP client utilities.
  43. The only reason to define this variable is to ensure mutual
  44. exclusion of client commands when none of the udp packet
  45. multiplexing mechanisms are enabled during compile time.
  46. You may pick any number not currently used for other purposes.
  47. .TP
  48. .B FSP_DIR
  49. The current working directory of the client in the FSP database.
  50. The root of the database is /.
  51. .TP
  52. .B FSP_TIMEOUT
  53. If this variable is set, it contains the timeout value. The default value is 4.
  54. No function if program was compiled without timeout code.
  55. .SH "SEE ALSO"
  56. .PD
  57. fcatcmd(1), fcdcmd(1), fgetcmd(1), fgrabcmd(1), flscmd(1), fmkdir(1),
  58. fprocmd(1), fput(1), frmcmd(1), frmdircmd(1), fver(1), fducmd(1),
  59. fhostcmd(1), fspd(1), fsp_prof(5), ffindcmd(1)
  60.