Changes between Version 5 and Version 6 of cypress/Box
- Timestamp:
- 07/31/25 09:24:56 (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/Box
v5 v6 3 3 4 4 == 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]] ).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]] and also [[https://rclone.org/box/]] for more information). 6 6 7 7 In 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.