AzentaTransfer User Guide
When you need to quickly download files, you can use the AzentaTransfer tool. AzentaTransfer supports running on Windows, Linux, and macOS systems. You can download and install the appropriate version according to your actual environment.
Usage Steps
1. Launch the Software
Windows Users
Download AzentaTransfer_windows_amd64.zip, unzip and double-click to launch the software.
MacOS Users
Detailed Steps for MacOS
Command + Space: Open Spotlight Search.
Type "Terminal".
Press Enter to launch Terminal, then enter the following commands sequentially to launch the software.
curl -o AzentaTransfer https://azenta-transfer-doc.oss-cn-hangzhou.aliyuncs.com/public/download/AzentaTransfer_darwin_amd64
chmod +x AzentaTransfer
./AzentaTransfer
Linux Users
Detailed Steps for Linux
Please use the following commands to launch the software.
curl -o AzentaTransfer https://azenta-transfer-doc.oss-cn-hangzhou.aliyuncs.com/public/download/AzentaTransfer_linux_amd64
chmod +x AzentaTransfer
./AzentaTransfer
2. Login
Login with TransferCode
Open the TransferCode hyperlink in the email, click to copy the TransferCode
, enter 1
in the software to select the TransferCode login method, paste and press Enter.
Tip
AzentaTransfer supports two login methods. We recommend using the TransferCode
login method as it's quick and convenient. The AccessKey login method requires configuring AccessKeyId, AccessKeySecret, OSS path, and region. For details, please expand the section below.
AccessKey Login Method
Enter 2
in the software to select the AccessKey login method, then enter AccessKeyId
, AccessKeySecret
, OSS Path
, and Region
sequentially, then press Enter.
3. Select Project Delivery Folder
After successful login, the available project folders or file list will be displayed.
Download specific folder:
- You can select a specific folder or file by entering the corresponding number (e.g., 1 or 2 ...).
Download all displayed items:
- To download all displayed items, simply press Enter.
4. Select Local Save Path
Preparation before download:
- It is recommended to create a dedicated local folder before downloading. The folder name should reflect project characteristics or analysis batches.
Specify save path:
- Drag and drop: Directly drag the target folder to the command line window.
- Copy path: Copy the complete folder path and paste it into the command line window.
Tip
Proper folder naming helps with subsequent file management and searching.
5. Wait for Completion
Wait for the download to complete.
Tip
Please ensure you have sufficient local disk space, otherwise the download will fail.