asp-file
asp-file manages ASP files and comment attachments. Use it to upload files, inspect metadata, download files, or read text content.
Invocation
text
/asp-fileUploading a file is a write operation and requires an explicit user request.
Common Examples
text
/asp-file upload evidence.txt and return the file_keytext
/asp-file show file info for 6f2c5d7e-31c6-4f48-9e3c-6d9b5f92c457text
/asp-file read the first 4096 bytes of this text attachmentRelated CLI commands:
powershell
asp file upload evidence.txt --output json
asp file info 6f2c5d7e-31c6-4f48-9e3c-6d9b5f92c457 --output json
asp file read-text 6f2c5d7e-31c6-4f48-9e3c-6d9b5f92c457 --max-bytes 4096 --output json