Working With Remote Servers |
The following rake tasks are used to configure Faspex server settings related to file storage and nodes. For more information, see Working With Remote Servers.
asctl faspex:rake aspera:set_storage_share_directory DIRECTORY="C:\path\to\directory"
asctl faspex:rake aspera:set_node_ext_address EXTERNAL_ADDRESS="hostname_or_IP"For more information, see Configuring the Primary Transfer Address of the Default Node.
Syntax: asctl faspex:rake aspera:setup_node_user USERNAME="username" PASSWORD="password"
asctl faspex:rake aspera:source_server NAME="remote_node_name" HOST="remote_node_hostname" PORT="node_api_port" USERNAME="node_api_username" PASSWORD="node_api_password" USE_SSL=["true"/"false"] VERIFY_SSL=["true"/"false"]The USE_SSL and VERIFY_SSL arguments are optional and can be set to either "true" or "false".
asctl faspex:rake aspera:source_directory NODE_NAME="node_name" SOURCE_NAME="file_storage_name" DIRECTORY="C:\path\to\directory"