I have set up an Ubuntu Server with ssh so I can run commands and things like that from my Windows 10 laptop but I would like to be able to transfer files using maybe FileZilla or something similar, preferably with a gui on the Windows side. Its for a minecraft server so file access is pretty important and i want it done easily. I am not super familiar with linux in general so any help here would be greatly appreciated
Asked
Active
Viewed 326 times
1 Answers
-1
Answer: Using WinSCP as suggested by commenter lets me access it through the already set up OpenSSH. Thanks user68186!

Caleb
- 1
-
1
-
1Or even better, next time, let the author of the comment to repost it as an answer, instead of posting it on your own. – Martin Prikryl Dec 12 '23 at 05:47
sftp
which in turn usesssh
. If you canssh
into the Ubuntu server, you don't need to install anything else in Ubuntu. – user68186 Dec 11 '23 at 02:49