Changes between Version 5 and Version 6 of cypress/Box


Ignore:
Timestamp:
07/31/25 09:24:56 (2 days ago)
Author:
cbaribault
Comment:

Added link to rclone.org for box.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Box

    v5 v6  
    33
    44== Tulane Box Accounts ==
    5 In your Cypress session, you can transfer files between your [https://tulane.box.com Tulane Box account] and Cypress on the command line using the '''rclone''' command, which is available via the module '''rclone'''. (See Option 1 of 2 below and [[cypress/ModuleCommand|Module command]]).
     5In your Cypress session, you can transfer files between your [https://tulane.box.com Tulane Box account] and Cypress on the command line using the '''rclone''' command, which is available via the module '''rclone'''. (See Option 1 of 2 below and [[cypress/ModuleCommand|Module command]] and also [[https://rclone.org/box/]] for more information).
    66
    77In order to use rclone on Cypress, you must first create the config file ''~/.config/rclone/rclone.conf'' on your Cypress account. You can generate your ''rclone.conf'' file either directly in your Cypress session or by creating it on your local machine and then copying it to your Cypress account via one of the following options.