Create Hyperlink


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Create Hyperlink
# 1  
Old 07-19-2007
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
# 2  
Old 07-19-2007
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).
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Web Development

Dynamic Hyperlink

Hi Guys/ Gals, I am trying to create a link based on the current date however it doesnt seem to work. Could someone please point me in the right direction. Here is what i have so far.. <html> <head> <script type="text/javascript" language="JavaScript"> function... (2 Replies)
Discussion started by: robfwauk
2 Replies

2. Shell Programming and Scripting

Cut on last backslash on hyperlink string-sed/awk??

hyper link- abc:8081/xyz/2.5.6/rtyp-2.5.6.jar Needs to get "rtyp-2.5.6.jar" i.e character after last backslash "/" how to do this using sed/awk?? help is highly appreciated. (7 Replies)
Discussion started by: kkscm
7 Replies

3. AIX

Connect to AIX via Windows hyperlink

We do not have a console for our box so we are trying to hyperlink in - does anyone know the settings? (9 Replies)
Discussion started by: vbagwell
9 Replies

4. AIX

HELP!windows hyperlink to 9600 baud 8N1

We are trying to use the Windows hyperlink as a console to our AIX box. We are using 9600 baud 8N1. (1 Reply)
Discussion started by: vbagwell
1 Replies

5. AIX

hyperlink settings

Does anyone know the hyperlink settings to look at an AIX5L box? (1 Reply)
Discussion started by: vbagwell
1 Replies

6. Shell Programming and Scripting

Using Perl to add hyperlink to html files

Hi , I have written a csh script which will output file named " myoutput.html " displayed below. I am tried to ftp this html file into a local web server so that it can be displayed to public sharing this server and i would want to add a hyperlink to " XX " , " YY " , " ZZ ". Can this be done... (17 Replies)
Discussion started by: Raynon
17 Replies

7. Shell Programming and Scripting

Awk scripting and usage of regex to locate a hyperlink

Hello guys, I need to write awk script that would take an html page and output a list of each unique http link on that webpage followed by the number of times it occurred in that file. e.g. ----------------------------------------- Webpage: index.html http://www.google.com/ 3... (1 Reply)
Discussion started by: grinch
1 Replies

8. Shell Programming and Scripting

How to add Hyperlink with shell script(using mail client)

Hi ! plz let me suggest ..... By using of mail client methods I am trying to send mails through shell script. like.... To: From: Sub: Body: some sample text..... <my requirement is how to add hyper link to some text(click me) ... (0 Replies)
Discussion started by: rsukumar
0 Replies

9. UNIX for Dummies Questions & Answers

Moving .html files while preserving hyperlink integrity?

Hi, I use a Windows-based program called <a href="http://www.coast.com">Coast Webmaster</a> for moving large numbers of HTML files in one directory to another directory. As you drag and drop each file or entire directory of files to new locations in the web root directory tree, this utility... (1 Reply)
Discussion started by: Buddy123
1 Replies
Login or Register to Ask a Question