CloudxLab has two kinds of file system
Web console file system (it is the local file system in your Linux box, you can access this file system by logging into web console)
Hadoop Distributed File System
How to copy files from your local machine to CloudxLab web console?
If you are on Mac or Linux, use scp to copy files.
If you are on windows, please use WinSCP to copy files.
How to copy files from your local machine to CloudxLab HDFS?
Please use Hue to upload files from your local machine to CloudxLab HDFS. Here is the example video on the same
How to copy files from CloudxLab web console to CloudxLab HDFS?
After logging in to web console, please run the below command to copy file from web console to your home directory in HDFS
hadoop fs -copyFromLocal your_file_path