Upload via RCLONE

Coming soon!



Create new remote via config:

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

Usage / Help

Create new folder name:
rclone mkdir filelu:foldername
Delete folder on FileLu (368719 is a sample folder_id):
rclone rmdir filelu:368791
Delete file on FileLu (5fuoz8emuunp is a sample file_code):
rclone delete filelu:5fuoz8emuunp
List files from FileLu account:
rclone ls filelu:
List all folders:
rclone lsd filelu:
To copy specific file to filelu root:
rclone copy D:\hello.txt filelu:
To copy files from a local directory to filelu directory (directory id):
rclone copy D:/local-folder filelu:366238
To download file from filelu into local directory:
rclone copy filelu:5fuoz8emuunp D:/local-folder
To move files from local directory to filelu directory:
rclone move D:\local-folder filelu:366238
To sync files from local directory to filelu directory (directory id):
rclone sync D:/local-folder filelu:366238
To get storage info about filelu account:
rclone about filelu:





Need Help?