Upload via RCLONE

Coming soon! March 09, 2025. Rclone v1.70

While waiting for the Rclone team to release the new version 1.70, which includes the FileLu Rclone backend that supports all platforms, you can try it out by downloading the FileLu Rclone from the links below:


Create new remote via config:

rclone config
Create new remote with the name "filelu"
Select filelu id (xx)
Enter your FileLu Rclone Key of filelu account
Save the key

Usage / Help

Create a new folder named foldername:
rclone mkdir filelu:foldername
Delete a folder on FileLu:
rclone rmdir filelu:/folder-path/folder-name
Rename a folder on FileLu:
rclone backend renamefolder filelu:/folder-path/folder-name "new-folder-name"
Move a folder on remote FileLu:
rclone backend movefolder filelu:/sorce-fld-path/hello-folder/ /destication-fld-path/hello-folder/
Delete a file on FileLu:
rclone delete filelu:/hello.txt
List files from your FileLu account:
rclone ls filelu:
List all folders:
rclone lsd filelu:
Copy a specific file to the FileLu root:
rclone copy D:\hello.txt filelu:
Copy files from a local directory to a FileLu directory:
rclone copy D:/local-folder filelu:/remote-folder/path/
Rename file on remote FileLu directory:
rclone backend rename filelu:/file-path/hello.txt "hello_new_name.txt"
Download a file from FileLu into a local directory:
rclone copy filelu:/file-path/hello.txt D:/local-folder
Move files from a local directory to a FileLu directory:
rclone move D:\local-folder filelu:/remote-path/
Move file within the remote FileLu directory:
rclone backend movefile filelu:/source-path/hello.txt /destination-path/
Sync files from a local directory to a FileLu directory:
rclone sync D:/local-folder filelu:/remote-path/
Mount remote to local Linux:
rclone mount filelu: /root/mnt --vfs-cache-mode full
Mount remote to local Windows:
rclone mount filelu: D:/local_mnt --vfs-cache-mode full
Get storage info about the FileLu account:
rclone about filelu:

// And many more commands work via Rclone. This is our first version, so please send us all your feedback, and we will make improvements.





Need Help?