forscht / ddrive

Discord as a filesystem.
https://ddrive.forscht.dev
MIT License
493 stars 98 forks source link

Import File #8

Closed mattthhdp closed 2 years ago

mattthhdp commented 2 years ago

Is it possible to importe a file stucture ? let's say i have a folder with 2-3 subfoler and a few movie/music, or it's only file by file ?

darshan-genea commented 2 years ago

Yes you can use this command,

./bin/dclone --token {token} --channelId {channelId} --path movies/
mattthhdp commented 2 years ago

Working perfectly ! Anyway to do it with the UI as some folder are on another computer ? you rock by the way ^^

forscht commented 2 years ago

@mattthhdp You can run same command on another computer as well, it will just merge the folders. I don't think it's possible to do from UI. Also I don't know much about front end so :(. Let me know if you find a way.