How to connect to a shared file on a other computer?

Hi,

I just started with my linux opensuse.
I always used windows, but i changed to linux.
With windows you always could easily connect with command promp to a shared file on a other intern computer. How can i do this with opensuse?

Greetings, Jamie

Is this Linux to Linux
Linux to Win

It’s a linux webhost.

ssh username@ip_address

Eg: ssh xxxx@192.168.0.10

to enable X

ssh -X xxxx@192.168.0.10