Create Hyperlink

Hi Everybody, I am new to this forum.

I need help. Here is the details:

I have a .csv file in unix server which is 2MB size
I am attaching this file and sending to all users who are in my team thru Microsoft outlook.

All users requested me to send the link where we can click and open at serverside instead of attaching 2 MB file.

Can anybody help in this how to create link for .csv file which is at Unix server.

Thanks in advance.
Utham

Either the csv file has to be available over samba (LAN protocol) or as a document on a webserver or as an FTP'able file.

You then include the text of the path using samba (\\machine\path\file.csv) or the URL to the file on the website (http://server/path/file.csv\) or FTP, (ftp://server/path/file.csv\).