Upload via RCLONE

Coming soon! Rclone v1.70


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?