How do I access shared folders by ip address? (for example, in windows, I use "\\172.16.243.7")

Right now, if I want to access shared folders on my network, I have to browse them via Network in nautilus. I am wandering how I can open shared folders of a PC, by its ip.

tldr; Equivalence of running "\ipaddress" in windows.

4 Answers

The easiest way is to open Nautilus, the file manager, and press ctrl+L. This will give you a text field where you can type

smb://172.16.243.7/

You can also connect to a share using the places menu. From the places menu, select "connect to server". In the dialog that appears, selet "Windows resource", type the IP into the "server" field. This will create a shortcut on your desktop to the share.

smb://172.16.243.7/

press Ctrl+L if you can't type in the location bar.

In shortcuts menu on top left, you have access to the shared folders on your network via the "Network" folder. You should see the PC you're interested in there.

you can also go to places->connect to server then choose windows share and then type the IP address..

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like