Send Link to File on OS X Server v10.6

This question has already been posted here: Link: [http://discussions.apple.com/message.jspa?messageID=10740362]
But it's closed, I can't reply so I'm re-posting it.
+Quote: Is there a way to send a link to a file that is on the server (Snow Leopard Server) ala the MobileMe functionality?+
Yes, it is possible for 10.5 clients to link directy to a file on our 10.6 Servers AFP sharepoints. A link could be inserted in and email with this format: afp://server.myserver.net/Sharepointname/Topfolder/Subfolder/file.txt
One of our users just upgrade from 10.5 to 10.6 yesterday and asked me: Where did that feature go? Is it not possoble anymore?
It is possible to link to a folder. But not to a file: afp://server.myserver.net/Sharepointname/Topfolder/Subfolder/
It doesn't matter whether the user is logged in or not (when you link to a folder). If the users is not logged in, they will be prompted to login after clicking on the link. After login they will be redirected to the right folder.
*My question is:*
Is it possible to get that feature back for 10.6 clients?

Links to files should use the file:// protocol
But, to be honest, I'm having a really bad time getting this to work effectively.
Everything's fine in a browser. Try typing "file://path-to-file/filename.ext" and it should open the file up for you. NB three slashes are sometimes required - two for the protocol and one more to denote the root of the filesystem. I've even seen five slashes used.
But I have yet to find a way of sending a link in a mail message that will open the file. The nearest I have got, using file://.... is a link that you have to right-click on to select "Open Link" which then opens Finder in the correct folder, and highlights the file. But it doesn't open it directly.
This should be so easy - I can't believe how much time I've wasted trying to get such a simple operation to work.

Similar Messages

  • Accidently downloaded Firefox 5. Now cannot "Send link" in File. Why? What must I do?

    By accident Firefox 5 was downloaded, and I lost previous toolbar, one containing a link to Gmail.
    I tried to "send link" in File but nothing happens. Previous Firefox system worked just fine.
    What can I do to get back what I had? Can I undo Firefox 5 and return to previous, earlier version? How could I do this?

    I have now lost the two files:
    Spotlight/com.apple.spotlight.plist
    Spotlight/com.apple.metadata.mds.plist
    Cannot find them in the original Snow Leaopard disk. Any Ideas???
    I cannot find the Symantec files to delete because Spotlight and Finder are not working.
    Do you think I could copy the missing spotlight files from another MacBook pro?

  • Windows Mail wont bring up compose message when you click file send link in firefox

    When I click "send link" under file in Firefox 3.6 Windows Mail will not bring up "compose message" . It just opens Windows Mail without the compose message. All defaults are set and it works fine with IE. Any help would be appreciated. Running Windows 7 64

    There is usually a toolbar button in the editor to turn a text link into a clickable hyperlink (look for a chain like button).<br />
    You can select the text and click that button to turn the link into a clickable hyperlink.<br />
    If you can't find the button then hover them all to check the tooltip of each.
    * Make Link - https://addons.mozilla.org/firefox/addon/142

  • Send link to DPS Gallery

    Hi,
    How I can send my apple and Android app stores links to DPS Gallery from Adobe.
    Until last Viewer Builder update I could to send from Manage Panel...but now this option vanish.
    Any tip?
    Tks

    Thanks for the input. Sharing to the outside unlikely. So, please elaborate on how to send the link to file/folder of a server user with permissions to access such a location.
    I tried copying and pasting the location information link from the "Get Info" pane under "General" > "Server" > afp://....
    It hasn't worked so I am not sure if that is the type of address that appropriate.
    Thanks in advance for any additional information.

  • I have updated my default mailto as Outlook on Windows 7, set Firefox to use the default as mail to and YET I still cannot send links from the Firfox Browser.

    Can not send links from File send or emails from sites with options to email

    go to '''TOOLS '''then '''OPTIONS''' then '''ADVANCED''' then '''NETWORK tab''' then '''SETTINGS tab''' and select the options '''NO PROXY''' click '''OK''' and '''OK '''again in the next screen. With that you have disabled the proxy settings.
    ''if you like to not disable the proxy settings choose'' : '''Auto-detect proxy settings for this network''' (it is in the same session)
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • "Send Link" doesn't work

    When I wasn't able to use "Send Link" from File or by right-clicking, I went to control panel, Add/Remove, Set Programs, Custom, etc. etc. It wasn't working so I checked it all again. The options I'd chosen in Custom all were changed back. It's not sticking and what I want is to connect Window Live Mail to Firefox. I want to send links to people from web pages. Help!!

    Try Tools > Options > Applications > mailto: ...
    :Choose your mail program or choose other and add it, that should be real easy since you can check to see what your wife has..
    Never understood why send link was important when you could
    *send the title and url of several pages, '''or'''
    *the Title, quotation, and url of current page, '''or'''
    * a selection of urls from the page
    into the clipboard and then paste into an email, so the person knows what they would be looking at when title and description are included.
    '''''Multiple Tab Handler''''' :: Add-ons for Firefox
    :https://addons.mozilla.org/en-US/firefox/addon/multiple-tab-handler/
    :http://dmcritchie.mvps.org/firefox/multiple_tab_handler.txt
    mozdev.org - '''copyurlplus''': index
    :http://copyurlplus.mozdev.org/
    COPYURL Plus, format a link for HTML
    :http://dmcritchie.mvps.org/firefox/copyurlplus.htm
    '''Copy Links''' :: Add-ons for Firefox
    :https://addons.mozilla.org/en-US/firefox/addon/copy-links/

  • Send me the sample coding of DI Server

    Hi DI Server Experts,
    Can you send the sample simple coding for the DI Server and what are the steps needs to be taken care?
    i have DI server license and when i run the coding of sample it showing 'Could commit the transaction login'.
    Please helping out from this error and give good solutions ASAP.
    Thanks in Advance,
    G.Suresh

    Hi Suresh,
    With the DI server, you simply send an XML file to the DI server and then receive a response from it:
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            oRead = System.IO.File.OpenText("C:\Program Files\SAP\SAP Business One ServerTools\DI_Server\Login2.xml")
            string = oRead.ReadToEnd()
            response = DI_Server.Interact(str)       
        End Sub
    This is the login file:
    <?xml version="1.0" encoding="utf-16"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Body>
      <dis:Login xmlns:dis="http://www,sap.com/SBO/DIS">
       <DatabaseServer>(local)</DatabaseServer>
       <DatabaseName>SBODemo_UK</DatabaseName>
       <DatabaseType>dst_MSSQL2005</DatabaseType>
       <DatabaseUsername>xx</DatabaseUsername>
       <DatabasePassword>xxxxx</DatabasePassword>
       <CompanyUsername>manager</CompanyUsername>
       <CompanyPassword>manager</CompanyPassword>
       <Language>ln_English</Language>
       <LicenseServer>localhost:30000</LicenseServer>
      </dis:Login>
    </env:Body>
    </env:Envelope>
    The code for sending the files to the DI server is the same for every operation, it is what is contained in the XML file that determines what the DI Server will do.
    The SDK help file has examples of the different operations. Help Centre->DI Server->SOAP Message types->Data Manipulation Messages.
    Regards,
    Niall
    SAP Business One Forums

  • Nothing happens when I click on send link & I have changed my mail app. For some reason it just doesn't do anything any more when I click on it. I click & nothing happens.

    When I click on send link under file or even when I right click on the main page & scroll to send link nothing opens. I have my mail settings under tools & app set properly but still nothing happens. I can send anything with send link

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • Emailing a link to a file on an SMB server

    How do you create a link to a file on an SMB server, to send to other people (e.g. in email)?
    In a large corporation with mixed Mac/Windows network we use Samba to allow Mac OS X 10.6 to access the file servers.
    This works fine for basic operations such as browsing the servers, or copying files, etc. However, it isn't clear how to create a link to a file on a server, such that it can be emailed to people.
    Creating a link to a folder works ok, via this syntax:
        smb://servername/SomeFolder/AnotherFolder/
    When the email recipient clicks on the link (which appears by default as blue underlined), OS X automatically mounts the server as a local volume, and Finder  opens a window so that they can see the folder contents.
    But when trying to create a link to a particular file, via this syntax:
        smb://servername/SomeFolder/AnotherFolder/FileToShare.mp4
    It doesn't work. When the recipient clicks on the link, Finder appears to mount an empty fictitious volume called SomeFolder/AnotherFolder/FileToShare.mp4, containing no files. It is as if the URL parsing support for Samba links only supports referencing directories rather than individual files.
    By contrast, on Windows sharing a file can be done via this syntax:
         \\servername\SomeFolder\AnotherFolder\FileToShare.mp4
    And clicking on the link would automatically open the file (e.g. in whatever application is associated to play the video, edit the document, etc).
    Is there any way to create a clickable link to a file (not folder) on an SMB server?
    Matthew

    Thank you for trying to help.
    However, that utility does not solve the problem as far as I can tell. Regardless of whether the link text is typed in manually, or is 'snagged' via some utility, it still doesn't work in the case I was mentioning. All options in PathSnagger require that the drive is already mounted, as far as I can tell. And once it is mounted, PathSnagger generates the following strings for various options:
         Snag Path Windows:          \Volumes\servername\SomeFolder\AnotherFolder\FileToShare.mp4
         Snag Path Unix:               /Volumes/servername/SomeFolder/AnotherFolder/FileToShare.mp4
         Snag Path HFS:          servername:SomeFolder:AnotherFolder:FileToShare.mp4
         Snag Path File:          file://localhost/Volumes/servername/SomeFolder/AnotherFolder/FileToShare.mp4
    Note that none of these retain the original server location and protocol (smb://servername) because the volume is now mounted. As such, if emailed to another recipient, in general they do not work.
    Perhaps my original question was not clear. Is there any way to create a clickable link to a file (not a folder) on an SMB server, so that the link can be emailed to other people, and email recipient clicks on the click, the file is opened? (And server volumes mounted automatically as necessary)
    On Windows it can be done via a link such as:
         \\servername\SomeFolder\AnotherFolder\FileToShare.txt
    On Mac, the corresponding support for Samba URLs seems incomplete. A link such as:
         smb://servername/SomeFolder/AnotherFolder/FileToShare.txt
    does not appear to work even on the sender's computer, and even if the server is already mounted.
    The expected behaviour is that when a user (e.g. email recipient) clicks on the link, it should mount the server (if necessary) and open the file (in the example above, FileToShare.txt). Unfortunately, this does not seem to happen.
    Matthew

  • Best way to securely share file/send link to external client

    I'm looking for the best method of securely sharing and/or sending large files (big Keynote documents and videos) to external clients. Basically a YouSendIt-type solution, but hosted and running off of my OS X Server.
    What I'd like to be able to do is generate a secure URL for an individual file that can be emailed to a client. I would prefer not to have them need a username/password, but just be able to click and download from the link. I'd also like that link to expire after a certain amount of time. I'm not positive if this is the best method, and am open to other options suggestions.
    Would love some advice as I've been Googling for quite a while without any solid suggestions or solutions. Thanks!

    Off the top, and I don't know how familiar you are with bash shell or other scripting languages here...
    Cleanup is one or two lines of bash in a +periodic daily+ script. Delete stuff older than a week or such via a bash shell find command and an rm, mayhap. That stuff is easy, if it's just a "blindly nuke stuff older than a week" or similar logic required. (Test that rm logic carefully as it really stinks to accidentally rm too much.)
    Upload is slightly more involved. Probably a droplet or such, invoking Applescript or a bash shell script to generate a GUID (or a random string) and copy the file into the web files directory. [Here's a start|http://putnamhill.net/codeshop/applescript/applescript_bash.html] toward this; that looks like it'll get you to bash, and you can do what you need from there. Drop a file on the droplet, and you get a GUID-based name generated and an sftp certificate-based transfer up to the server, and a dialog box showing you the filename.
    Or you do an upload via a web form that pulls up the file and manipulates it and tosses up a page with the URL for you. That can easily be a cgi page, since this isn't high-volume stuff.
    If this stuff doesn't exist, it's a day or two to code it in bash. And perl or php or python or ruby or such could likely be used here, too.
    In general: be careful with who and what can be uploaded to your server, too. Allowing a random file upload into the server environment is very close to allowing a server breach. Some of the attacks here are clever, too. (qv: "gifar" files).

  • Convert file path in application server as link

    How can we convert file path in application server as link to send email.
    Thanks
    Suresh

    Your app server folders have a mappable location on your network, e.g,
    server\path\filename.  Use an HTML anchor tag and build the link with code.  You'd be better off storing files on a file server (write to a mapped location from the app server) and link to there (same process).

  • Since using FF 5, my File Send link.. has quit working

    Since using FF5, the File > Send Link... has quit working.
    Also, FF 5 takes a log time to start and a really long time to Exit.

    You are singing to the choir! I absolutely agree.
    The only thing that I can think of is the update to 10.4.11 that was made a while back. (don't have the exact date in front of me) Potentially it took this long for all of the adjustments to work there way through - but other than that, nothing has changed.
    THe LAG link comes up and appears to be "up" but no data gets passed. Both the server and the switch are reporting that the link is up.
    I am stumped.

  • Trying to "Send Link..." from the File pulldown with Outlook

    When I try and "Send Link..." from the File pull down another Outlook window opens up even though Outlook is up and running and that window has an error message " Navigation to the webpage was canceled" and an Outlook E-mail message is generated which is all in lower case including the title and the link which causes the link not o function if it requires upper case letters as well.

    Hi,
    From your description, the issue may be related to the CAS server performance. And we can verify it by obtaining the performance log when the issue appears again.
    To get the performance log, we can use Exchange 2010 performance monitor:
    http://www.microsoft.com/en-us/download/details.aspx?id=692
    Then we can compare the values in the log file with thresholds in the RPC Client Access counters:
    http://technet.microsoft.com/en-us/library/ff367877(v=exchg.141).aspx
    If there is great gap between the values and thresholds, it is the performance issue.
    Hope it can help you.
    Thanks

  • Sending EMail "Text-File" from Application Server!

    Hi Experts,
    how can I sending a Text-File from Application Server via Email?
    Is there existing a Function Modul?
    With Kind regards
    Ersin
    Moderator message: sending emails = FAQ, please search before posting.
    Edited by: Thomas Zloch on Nov 25, 2010 4:23 PM

    STF (Search the forum)!  This type of question has been asked...and answered....many times.

  • Shockwave won't play linked Director files from server

    I created a bunch of director files for the course content of my  class. All can be accessed from a contents file. When I created an html  contents file on my desktop (in the same folder as the linked director  files), the contents pages would open in shockwave in my browser (both  Firefox and Safari) and then by clicking on a link other director files  would open and play. However, when all these files were place on our  server (in the same folder), only the contents pages would open and we  get an error message saying the dirctor files cannot be opened. I think  this means it sees them, but can't open them.
    Help!

    Hi Sean
       sorry if my e-mail was a bit whiney, but I got a bit frustrated, 
    having tried to use the Adobe website for help and then trying for 
    help over the phone. Adobe has this nice thing where they will call 
    you back instead of you sitting on hold, which I used at first, but 
    you get called back by a machine, not a person, then you subsequently 
    get a progression of robocalls with nobody on the other end! I 
    finally just sat and waited and got a person, who seemed 
    knowledgeable and nice, but couldn't help me without a payment. So, I 
    would greatly appreciate any help you could provide!
           What I have is this. I constructed a "book" in CD form for my 
    class. This is based on CDs that Mike Coleman and I published a few 
    years ago. A picture of the contents page is shown below. Each topic 
    is in a separate Director file, each with its own casts. We made a 
    lot of animations, some in Flash and some in Quicktime that appear in 
    each topic. I redid everything in Director 11.5, changing text 
    spacing because of the way things get altered when things get played 
    in Shockwave! When I click on one of these subtopics, the 
    corresponding Director file opens. I accomplished linkage this by 
    appending a behavior to the text, "Play Movie X". I then originally 
    made a projector file of the contents page and distributed the CD to 
    my class free (textbook prices are getting out of hand). Now I want 
    to put it on the web, because I'm tired of burning CDs and we're 
    getting students from other locations taking the course on-line. So 
    within the folder on my desktop that held all the Director files, I 
    made a second folder "dswMedia" into which I placed all the 
    animations. I also linked all the animation casts to the Contents 
    Director file. I then constructed a Contents.html file and 
    Contents.dcr file using the Publish commands in Director. When I 
    click on the Contents.html file within my main folder (the one 
    holding all the Director files and the dswMedia file) the page opens 
    nicely in my browser (Firefox) and I can play all the Director movies 
    by clicking on each topic. All the animations play beautifully. 
    Great , I thought, I'm in business. I then took the files to our 
    media guy who put it on the server, in the same form as on my 
    desktop. If we click on the Contents.html file through the web it 
    opens. Clicking on a topic does not open that Director Movie. The 
    error message is not that it can't find the movie, however, but that 
    it can't open it. Everything works just fine on our media guys 
    computer,  we only have a problem when we attempt to use this stuff 
    through the web. (Our web guy's computer does not have Director, so 
    that's not the issue).
          Any guidance would be greatly appreciated!
             Regards
                    Paul

Maybe you are looking for