mobaxterm

Change file locations of remote files in MobaXTerm


How do I move a file on a remote machine using MobaXTerm?

I don't want to download it, and I don't want to upload another copy. It's already on the remote machine. I just want to move it to another directory.

Is there a function for this in MobaXTerm?


Solution

  • MobaXTerm provides direct access to the terminal of the remote machine. Use the standard mv command in the terminal.

    If you are already connected via ssh you can use the following example command

    mv /path/to/source/file /path/to/destination/
    

    Otherwise you can use the Moba GUI Panel