-1

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

Caleb
  • 1
  • You can access files from a file server by using certain protocols, such as NFS (Network File System) or SaMBa (has a few names actually; including CIFS as is usually used by windows users due to IBM's use of SMB in PC DOS 2.0 early 80s). Pick a network protocol & configure your systems to use it. – guiverc Dec 11 '23 at 00:47
  • 3
  • 2
    You can install WinSCP in windows. It uses sftp which in turn uses ssh. If you can ssh into the Ubuntu server, you don't need to install anything else in Ubuntu. – user68186 Dec 11 '23 at 02:49

1 Answers1

-1

Answer: Using WinSCP as suggested by commenter lets me access it through the already set up OpenSSH. Thanks user68186!

Caleb
  • 1