I would like to use the upload/download module to send files between two of my systems. I was able to figure out how to use virtualmin to create a password protected web page displaying a list of the files in the directory.
Is there a way that I can use the upload/download module to send an username and password, so I can use the download from web to transfer files to my virtualmin system from another one. I would like to avoid downloading to my local computer from one vitualmin system and upload it to a second system from my computer but would rather go directly from one virtualmin system to another.
Thanks for responding. I tried that but it did not work. Perhaps because I am sending all input to the SSL website and these commands will only work correctly on a non SSL website since the website is expecting non-encrypted text.
However it would be nice if the “upload/download” function allow the use of a name and password in a secure manner.
hey Michael, there is GUI app that you can run from terminal, if you don’t like great rsync for any reason. Its dual panel file manager which you can run on source server in terminal and from app you connect to destination server via ssh just like you would with filezilla.
Apps name is Midnight Commander and you can install it on any distro just like rsync (apt install mc)
Panels works like local disk > local disk or local disk > remote and you can use mouse with it. This way you can save / avoid downloading locally, just upload directly to remote destination.