Files Examples

List the Files workspaces.
# aspera files send -lw -u user_email@example.com -o organization_name
Note: When you use the -lw option, the only other required arguments are -u and -o.
Send a package containing a file called test_file. When the recipient receives the notification email, Package name will appear in the subject line.
# aspera files send -f test_file --organization test_org -n "Package name" -r recipient_email@example.com -u user_email@example.com -w workspace_name -m "This is the body of the email message."