viewing Shared Files on Network

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
mordreds

viewing Shared Files on Network

Post by mordreds »

i am new to the linux environment and just experience this problem. There is an important document on my old windows laptop which i have to retrieve. when i connect it to my new linux laptop, i can see we are connected but how do i
1. See the other laptop on the connected network?
2. How do i open and copy the shared document of the other laptop on my new ?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
altair4
Level 20
Level 20
Posts: 11460
Joined: Tue Feb 03, 2009 10:27 am

Re: viewing Shared Files on Network

Post by altair4 »

This sounds like a one-time thing so I would suggest Droopy:

On Mint:

** Install Droopy:

Code: Select all

sudo apt-get install droopy
** Find your ip address:

Code: Select all

nm-tool
** Open a terminal and run droopy:

Code: Select all

droopy
EDIT: If you want to change the default "upload to" folder you can specify that with the "-d" switch like this:

Code: Select all

droopy -d ~/Documents
On Windows

** Open up your Internet Browser and enter:

Code: Select all

http://192.168.0.104:8000
Change 192.168.0.104 to the ip address you found with nm-tool

Once done you will be able to specify which file you want to "upload" to the Mint box:
Droopy-on-Windows.png
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
Locked

Return to “Networking”