JS - File Transfer Functions
cleartagged #
Clears the user's list of tagged files.
- Arguments: None
- Returns: None
download #
Downloads all tagged files, one at a time.
- Arguments: None
- Returns: None
getfilearea #
Gets the name of the currently selected file area.
- Arguments: None
- Returns:
- String: The name of the file area
listfiles #
Lists the files in the currently selected area
- Arguments: None
- Returns: None
listtagged #
Lists the filenames of the files tagged by the user.
- Arguments: None
- Returns: None
selectfilearea #
Allows the user to select a file area by presenting them with a list to choose from.
- Arguments: None
- Returns: None
selectfilegroup #
Allow the user to select (change) the current file group.
- Arguments: None
- Returns: None
sendfile #
Sends a specifie file to the user.
- Arguments:
- String: Filename and path of the file to send
- Returns: None
upload #
Upload files into the currently selected file base.
- Arguments: None
- Returns: None