NCSA Home
Contact Us | Intranet | Search

Deleting Files


How can I delete a file in UniTree?

    Issue the command
    ftp> del filename
    

How can I get, put, delete multiple files in UniTree?

    The commands mget, mput, mdelete all work with wildcards.

Under what conditions does a file go into the .trash directory?

    A file is moved to the .trash directory if it is deleted, overwritten or renamed (and the trashcan timeout limit is greater than 0).

What is my trashcan timeout limit?

    In UniTree, issue the command:
    ftp> quote site GTRSH
    
    UniTree will return:
    250 Trashcan interval is set to 5000 minutes.
    

How can I set my trashcan timeout limit?

    In UniTree, issue the command:
    ftp> quote site STRSH time
    
    The time must be set in minutes.