Shares Examples
Uploading a File
Upload local_file to the destination directory using the user with a username of
username and a password of password and host 123.45.67.89.
# aspera shares upload -i --host=123.45.67.89 -uusername -ppassword --source=./local_file --destination=/upload_share/incoming
Downloading a File
Download Bytestream-Sender-Receiver.mov to the local destination local_dir
using the user with a username of username and a password of password and host
123.45.67.89.
# aspera shares download -i --host=123.45.67.89 -uusername -ppassword --source=/download_share/outgoing/Bytestream-Sender-Receiver.mov --destination=./local_dir
Browsing a Server
Browse the test_share on the server 123.45.67.89 using the user with a
username of username and a password of password to authenticate.
# aspera shares browse -i --host=123.45.67.89 -uusername -ppassword --path=/test_share
Renaming a File
Rename the file oldName.mov to newName.mov on the host 123.45.67.89
using the user with a username of username and a password of password to
authenticate.
# aspera shares rename -i --host=123.45.67.89 -uusername -ppassword --path=/test --source=/outgoing/oldName.mov --destination=/outgoing/newName.mov
Deleting a File
Delete the file /test/file on the host 123.45.67.89 using the user with a
username of username and a password of password to authenticate.
# aspera shares delete -i --host=123.45.67.89 -uusername -ppassword --path=/test/file