WebCal
Ctrl K

가이드

Download Data

가이드통합FAQ지원
가격블로그
빠른 시작Top-Up and BillingAccelerating Access to Academic ResourcesQuick StartIntroductionMaintenance and TroubleshootingNetwork
플랫폼JetBrain ProjectorTmpWebCal Scholars Program @2026Introduction to the Public Beta/Suqian Zone AAbout UsCopying Data Between InstancesAnalysis of Server Performance MetricsTidal Computing PowerLoad Balancing
중국산 칩Using Huawei MindIEHuawei Ascend NPUMooreThread GPU
환경 설정CUDA/cuDNNMinicondaPython3.XInstalling DependenciesOverviewImages
엔터프라이즈 기능Flexible DeploymentElastic Deployment Release NotesBest Practices for Elastic DeploymentPerformance Metrics Monitoring
컨테이너 인스턴스JupyterLabRemote SSH ConnectionSave the imageScaling ConfigurationMulti-machine, multi-GPU parallel processingDaemonOverviewChange the billing methodMigration Example (Same Region)Migration ExamplesRemote DesktopReset the system
GPU 선택GPU SelectionPerformance Testing
데이터Upload DataDownload DataPublic DataPublic Cloud Storage (Highly Recommended)Compression / DecompressionFile StorageLocal data diskOverview
모범 사례FileZillaGitGromacsHuggingFaceKataGoLinux BasicsMPIOpenCLPyCharm Remote DevelopmentR (RStudio) InstallationSSH TunnelTensorBoardRemote Development with VSCodeVisdomVulkanXShellOpen PortsWeChat MessagesPerformanceExpose multiple servicesMoney-Saving TipsComputation Precision IssuesSoftware Sources

데이터

Download Data

2026. 07. 30.62391회 조회
  1. JupyterLab allows you to download files but not folders; the advantage is that it is simple and easy to use.
  2. Public Cloud Storage (Highly Recommended)—use Alibaba Cloud Drive, Quark Cloud Drive, Baidu Netdisk, or OSS to directly upload and download data.
  3. The scp command supports both files and folders, but since it is executed from the command line, it can be a bit more challenging to get started with.
  4. FileZilla supports files and folders; simply drag and drop to upload or download. Recommended.

Jupyterlab

Select the file, right-click, and choose "Download" from the menu.

image-20220120170948920

scp command

⚠️ The commands below must be executed on your local machine, not within an instance;

If you are a Windows user, note that the default Windows system does not include an SSH client. We recommend downloading and using Cmder, a tool that requires no installation—simply unzip and use.

Copy your SSH login command, which should be formatted as follows: ssh -p 35394 root@region-1.webcal.com (Note that 35394 is the port number and region-1.webcal.com is the remote address; please replace these with your instance’s port and address.)

⚠️The parameter in the command below is -rP, not -rp

The command to download files remotely using SCP is: scp -rP 35394 root@region-1.webcal.com:<实例中的文件/文件夹> <本地文件/文件夹> (Note: This must be executed on your local machine.)

image-20220120171053877

FileZilla

See FileZilla

다음 글Remote SSH Connection
Compute Rental 문서가이드(으)로 돌아가기