Script Library: 1247 scripts
 

ftpdel.r

REBOL [ Title: "Delete a File or Directory" Date: 26-May-1999 File: %ftpdel.r Purpose: {Delete a file or directory from a server using FTP.} library: [ level: 'beginner platform: none type: none domain: [ftp other-net] tested-under: none support: none license: none see-also: none ] ] delete ftp://user:%pass--ftp--site--com/file.txt delete ftp://user:%pass--ftp--site--com/adir/
halt ;; to terminate script if DO'ne from webpage
Notes
  • ftpdel.r has documentation.
  • email address(es) have been munged to protect them from spam harvesters. If you are a Library member, you can log on and view this script without the munging.
  • (pass:ftp:site:com)