home *** CD-ROM | disk | FTP | other *** search
- | command file
- select_dir() 130 0
- | allows the user to select the current directory
- |
- set_cur_dir(N) 130
- | sets the current directory to the number passed
- |
- join_dir() 140 0
- | joins the user to their current directory
- |
- list_all_dirs() 110 1
- | lists all directories available to the user
- |
- list_joined_dirs() 110 0
- | lists all the directories to which the user
- | is joined to
- |
- join_all_dirs() 150 0
- | joins the user to all available directories
- |
- join_all_dirs_ask() 150 1
- | asks user if they wish to be joined to each
- | available directory
- resign_dir() 170 0
- | resigns the user from their current directory
- |
- resign_all_dirs() 290 0
- | resigns the user from all their directories
- |
- resign_all_dirs_ask() 290 1
- | ask if the user wishes to resign from each
- | directory they are joined to
- |
- long_listing() 190 0
- | lists in long format the files in the
- | current directory
- |
- short_listing() 200 0
- | lists in short format the files in the
- | current directory
- |
- view_queue() 210 0
- | views the files in the file queue
- |
- clear_queue() 215 0
- | empties the file queue
- |
- remove_queue_file() 220 0
- | allows the user to remove a file from
- | the queue
- |
- download_queue() 230 0
- | allows the user to download their
- | file queue
- |
- store_queue() 270 0
- | stores the users queue away in file
- |
- download_file() 235 0
- | downloads a file, asking user for file name/number
- |
- download_file_no(F) 235
- | downloads the file number or filename string passed
- |
- download_filepath(S) 260
- | pass string to use as the path to the directory containing files
- | or empty string to use current internal path
- |
- upload_filepath(S) 280
- | same as for download
- |
- upload_file() 283 0
- | upload a file to current directory
- |
- show_filepath() 263 0
- | shows the users current system directory filepath
- |
- dir_filepath(S) 264
- | displays the contents of users current system filepath
- | directory, or the directory string passed
- |
- move_filepath(S) 267
- | changes the users current system filepath to the string passed
- | or if null string passed then the user is asked to enter
- | the relative movement (like *DIR)
- |
- scan_dir() 250 0
- | zips through in long format the new files in the directories
- | to which the user is joined
- |
- scan_dir_to_file(S) 295 0
- | sae as scan_dir() but the output is directed to the string
- | file passed
- |
- download_a_file(S,S,N) 300
- | download a single file
- | 1st parm = filepath, 2nd = name to download as
- | 3rd parm = charge rate in quota per K
- |