How to download a file from network when I have "file://.." link

3

I have been provided with a link "file://blahblah" but I have no idea how to use it. When I put it into the explorer address bar, it says file not found. I am on the same network but could be behind a firewall (different segments).

Koris

Posted 2012-08-22T11:28:38.730

Reputation: 31

Answers

2

The file:// prefix can refer to a file on the local file system or another system on the network. You were right to put it in a Windows Explorer window and try to access it. They most likely sent you a bad link to a file on a shared folder on your network and you should ask them to resend it.

bobmagoo

Posted 2012-08-22T11:28:38.730

Reputation: 764

0

To download a file from network, access this way:-

file://///machine/sharedFolder/fileName.txt

Siva Charan

Posted 2012-08-22T11:28:38.730

Reputation: 4 026

0

A file:// URL refers to a local file and the browser searches for the file on your machine. The URL most likely refers to a file on the machine of the person that sent you the URL.

The only way to get the file is ask the person if the file is available online and provide a correct URL.

Matteo

Posted 2012-08-22T11:28:38.730

Reputation: 6 553