I have revived my old laptop with zorin os 17. It’s now a emby server with external HDD attached to it. I have qbittorrent on it, which downloads what o want headlessly using mobile client. But I have no way to move files from downloads folders to proper folder (i.e movie, TV ,etc). How do I do this using mobile ? Or even script to move the media to proper folder,?

  • @BetaDoggo_
    link
    English
    19 months ago

    The command I listed will enable ssh on the laptop. This will allow you to connect and move files with a file manager that supports sftp. From what I can tell solid explorer should work.

    If you plan to move files directly via ssh you would use mv. A basic example would be the following:

    mv file-to-move target-location

    You can add multiple files or folders separated by a space. The last location in the command will always be the target. In most cases it will probably be faster and more convenient to use the file manager you already have.