Emailing a link to a folder

I was just trying to figure out how to send someone a link to a folder on a shared drive via email and thought I'd share my find. There were a few suggestions around, such as using afp:// or file:/// for a file, but nothing of those really worked well.
The short answer is you need to send it using the smb protocol, such as
smb://yourserver.corp.domain/Shares/Folder1/Folder%202/
What I found is that there's no drag'n'drop solution, but you can use a little shortcut.
If you want to send a folder drag that folder into Terminal (under Applications:Utilities) and you might get a path like
/Volumes/Shares/Folder1/Folder\ 2
Go to Finder and continue hitting Command-Up Arrow until you get to the top level. Alternatively hit Command while selecting the folder icon in the Finder window and go to the top level (which is at the bottom of the list). This top level is likely to be your computer's name. Once selected highlight the network share drive that you found out from the step above, e.g. 'Shares'. Then hit Command-I (Get Info). That will tell you the name of the server in the notation, e.g. smb://yourserver.corp.domain/Shares. Copy the server part, e.g. smb://yourserver.corp.domain/ and replace the /Volumes/ part from step 1.
Replace any spaces (or "\ " if you take the Terminal result from step 1) with %20 (the hex character for spaces). There are some other hex characters for non-Latin character sets, such as %5B for [, or %5D for ] etc. Try http://www.ascii.cl/htmlcodes.htm for a full list of characters.
You now have assembled the link. Not a comfortable, easy way, but something that works. Maybe someone has an AppleScript for that.
Hope that helps.
P.S.: I've tried that on SnowLeopard (10.6) only, but I assume it's the same on earlier and later versions of Mac OS X.

ok... Website 101 lol
When you Publish the files from iWeb, you ask the program (iWeb) to do the clever stuff and make the website you have designed, the easy bit done!! It creates a folder that is home to the pages and files for your site!!
What you need to do now is get that folder of random stuff on the web, or get it to your sister.
Your sister will be able to read the files as she will have something like internet explorer or some other 'web browser'. All a web browser is, is a program that turns that folder of random files you have, or those random files on the internet, into the pictures and words you read on the screen.
iWeb has a habit of making big folders of stuff. This means you might not be able to E-mail the folder it makes because it is too big to send... Hmmm!!
what you may need to do is get some webspace!! Basically this means, a big folder full of stuff on the internet. lol
Then you need to get the files in your folder (the one made by iWeb) and copy them to the big internet folder. There are many ways to do this. The people that give you your internet (ISP) may have given a folder(webspace) when you joined them!!
If not you will have to buy some!! You can get this from anywhere, just go to 'Google' and type in 'webspace'.
Things can get complicated from here, so if you need any more info just post back or contact me on my profile email(click my name above my little picture on the left)
Apologies if i seem patronizing, but i don't know what you do, or do not know!!
Hope this is helping lol
Seb.
You can get this from anywhere really.

Similar Messages

  • Link to A folder View in a PDF Portfolio - feature no longer working - please advise

    Hi, I am no longer able to link to a Folder View of a PDF Portfolio:
    Within a PDF portfolio i need to link from a PDF to a folder view in the Portfolio. I am using Link Action - Go to Page View.
    This used to work for me - very important feature that no longer works. Please advise a workaround.
    Steps:
    1. Start a PDF Portfolio that contains files and folders
    2. Open a PDF in the Portfolio
    3. in the opened PDF click Add or Edit Link
    4. Define a link area and set it to Go To A Page Vies
    5. In the past i have been able to target a Folder View in the Portfolio - ie. direct a user not to a file, but instead to a folder view that contains relevant files. I would do this by setting the Target Page View to my desired folder view
    6. This used to work in bringing a user to the folder view i specify. Now it does nothing. If i go back to the PDF and EDIT the Link i see this. File: Parent Document Page 1. This in fact does nothing.
    Please advise, am i doing this wrong, it used to work. I have tried several workarounds, with no luck.
    thanks!
    Alejandro Collados-Nunez
    Graphic Designer | Art Director
    | e: [email protected]
    | w: www.1lb.ca

    There's an extension or two, or a combination of extensions which seem to be causing that in Firefox 6.0.2. One that has been mentioned is TabMix Plus.
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes
    You need to figure out what is causing it, and disable that extension/s until they are fixed by their developer.

  • 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

  • Linking to a Folder View of a PDF Portfolio - feature no longer working - please advise

    Hi, I am no longer able to link to a Folder View of a PDF Portfolio:
    Within a PDF portfolio i need to link from a PDF to a folder view in the Portfolio. I am using Link Action - Go to Page View.
    This used to work for me - very important feature that no longer works. Please advise a workaround.
    Steps:
    1. Start a PDF Portfolio that contains files and folders
    2. Open a PDF in the Portfolio
    3. in the opened PDF click Add or Edit Link
    4. Define a link area and set it to Go To A Page Vies
    5. In the past i have been able to target a Folder View in the Portfolio - ie. direct a user not to a file, but instead to a folder view that contains relevant files. I would do this by setting the Target Page View to my desired folder view
    6. This used to work in bringing a user to the folder view i specify. Now it does nothing. If i go back to the PDF and EDIT the Link i see this. File: Parent Document Page 1. This in fact does nothing.
    Please advise, am i doing this wrong, it used to work. I have tried several workarounds, with no luck.
    thanks!
    Alejandro Collados-Nunez
    Graphic Designer | Art Director
    | e: [email protected]
    | w: www.1lb.ca

    There's an extension or two, or a combination of extensions which seem to be causing that in Firefox 6.0.2. One that has been mentioned is TabMix Plus.
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes
    You need to figure out what is causing it, and disable that extension/s until they are fixed by their developer.

  • Link to download folder instead of image

    I am looking to add a link to a folder that contains several
    images. I would like the user to be able to download the folder
    when they click the link and work similar to the action of a PDF.
    Is there any way of doing this?

    Try:
    http://uk.php.net/manual/en/function.opendir.php
    http://p2p.wrox.com/topic.asp?TOPIC_ID=29873
    http://godbit.com/forum/viewtopic.php?pid=4155
    "JennMC12" <[email protected]> wrote in
    message
    news:ekf2jf$ev2$[email protected]..
    > RE: It depends on your hosting environment, you can do
    it with ASP,
    > ASP.NET,
    > Cold Fusion, PHP....
    >
    > What can you server run and perhaps we can find a
    sample/tutorial for you.
    >
    > ---- my server can run PHP. A sample/tutorial would be
    great. I tried
    > uploading the zipped files and I am running into
    problems. It is giving
    > me the
    > following error message:
    >
    > Started: 11/27/2006 11:05 AM
    >
    > images\Downloads\Men In Green.zip - error occurred - An
    FTP error
    > occurred -
    > cannot put Men In Green.zip. There is not enough disk
    space on the server
    > to
    > perform this action.
    >
    > File activity incomplete. 1 file(s) or folder(s) were
    not completed.
    >
    > Files with errors: 1
    > images\Downloads\Men In Green.zip
    >
    > Finished: 11/27/2006 11:05 AM
    >
    >
    >
    >

  • WHY DOES MY EMAILS KEEP REPEATING IN VIP FOLDER IN MAIL APPLICATION?

    WHY DOES MY EMAILS KEEP REPEATING IN VIP FOLDER IN MAIL APPLICATION? I AM USING MOUNTAIN LION 10.8.5. I HAVE LINKED MAIL WITH MY GMAIL ACCOUNT. 

    Hi rignald,
    If you are having issues with the VIP mailbox in Mail, you may find the following article helpful:
    Mail (Mountain Lion): Make a sender a VIP
    http://support.apple.com/kb/PH11728
    Regards,
    - Brenden

  • Why can't I remove attachments from emails in the Sent items folder?

    I Recently upgraded from Snow Leopard to Lion, and so far, there are at least a couple of things that puzzle me.
    One is that now I don't have the option to "Remove Attachments" from emails in the sent items folder. It seems to work normally
    in the Inbox and Drafts folders, but not in the Sent items. Go figure ???
    Another thing that bothers me is that in Preview, when I save a screen shot, or a scan, etc., I no longer have the option of saving it as a GIF
    (which, when better quality isn't absolutely necessary, is often much lower in KB or MB than a PNG or JPG, etc.. When I store lots of things as such images, I'd rather have that option.
    Any suggestions will be appreciated.

    I have now created a smart mailbox as described above (good idea), and although I have some 50 messages in my Sent box, all with attachments (waiting to be removed so I can store the messages in the proper mailboxes), the smart mailbox is empty. So, Mail doesn't recognise these messages as containing attachments.
    This led me to think that maybe Mail has been redesigned to work the way you would expect it to, at last; to contain a link to attachments instead of including them in all their bits and bytes. That would mean that the messages in my Sent box - with attachments - could be stored in local (or server-side) mailboxes without taking up extensive space.
    But then I checked the size of my Sent Messages folder inside the Mail Folder in Finder, and - whoops - it's 50+ MB. So the sent messages do contain attachments all right. And Mail doesn't recognise these, since a) the smart mailbox trick says that the messages are free from attachments, and b) the Remove Attachments menu option is disabled.
    I will have to wait for the next Mail update, and my Sent box will grow accordingly ...

  • Email and Link Problems on newly uploaded site??

    Hey Everyone,
    Just finished loading up the first cut of my site at http://web.mac.com/wakestuff and i have a few problems with my email and links page.
    In iWeb, the email and links are fine and they're there - in the page online, they're just question marks in a blue square. . . . any ideas why??
    Many thanks for any info to clear this up - the site officially launches on monday so i need a little bit of a quick fix and im all out of ideas!

    Take a look at your pages names. Example:
    http://web.mac.com/wakestuff/iWeb/WakeStuff.co.uk/%20%20Email%20%26%20Links.html
    %20 stands for a space.
    Your page name has several spaces at the beginning, which is screwing up the links to the images in the corresponding folder. To be honest, I am surprised that page is the only one you are having difficulty with.
    Here is a thread where someone had the same problem:
    http://discussions.apple.com/thread.jspa?messageID=3893957&#3893957

  • Emailing multiple links and attachments from SharePoint 2010

    The issue I have is that if you want to send an email to someone internally with a link to a doc 
    from sharepoint you can find the doc in sharepoint 2010, tick the box then click 'email a link' BUT you can't tick two boxes so can't email two links at the same time. Related to this 
    also ( again unlike the old sharepoint 2003) there is no quick easy way to email multiple doc ( let alone two) as an attachment rather than a link when you want to send it externally.
    I know you can open up different windows, drag across etc, but with the old system I could be in the middle of an email, click add attachment and with a couple more
    click doc would be attached - as easy as adding something form my docs.
    Is there any way we can do this with SharePoint 2010?

    Hi Unaier,
    Thanks for your post.
    1.      
    The “E-mail a link” ribbon button will be disabled if you select more than one files. You have to right click on the file, and find
    the url of the file. Then email the link in your Outlook.
    2.      
    You cannot change the properties for many files at a time. Because the properties may be different with each other. If they have the same properties, you can
    put them in a folder or a “Document Set”, so that you can edit the properties of the folder or “Document Set” directly.

  • I paid online for iTunes voucher for Xmas but the recipient didn't get email or link, where is it?!

    Charged to my account end of November, requested it for 20th Dec and entered their email address. They haven't received an email or link and it's not in their iTunes account. Where is it?!

    They've checked the spam folder on the email account that you sent it to as well as the inbox ? You could try resending it (and double-check the email address) : http://support.apple.com/kb/HT1541
    If they still don't receive it then contact iTunes Support (these are user-to-user forums) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • I have an iMac running Yosemite 10.10.1 & Outlook 2011 for Mac.  For a while, sent emails went to a sent folder on the iMac so I have a collection of sent emails there.  How can I move them to a sent box on my server so I can see them on other devices?

    I have an iMac 3.2 GHz Intel Core i5 with 16 GB memory and 1.12 TB storage running Yosemite 10.10.1 & Outlook 2011 for Mac.  For a while, sent emails went to a sent folder on the iMac so I have a collection of sent emails there.  I have attempted to move those sent emails from the iMac to my email server (IMAP), but without success.  Is there a way to move them to a sent box on my server so I can see them on other devices?  Many thanks for any help you can provide.

    Go to: Apple > System Preferences > Universal Access and in the Seeing tab make sure that the Display Enhance contrast: is set to Normal.
    Alternatly, try holding the  ⌃⌥⌘ (control command alt) keys and then pressing the , (comma) key a few times.

  • How can i get my emails in the hotmail POP folder, to reload into Mac Mail?

    On the hotmail page, it has the 'inbox/ but it also has a folder named POP.  In this folder it saves months worth of emails, older than the ones in the regular inbox.  I keep whats important and often refer back to the old ones in this POP folder.  The hard drive failed on my macbook pro, so i lost all of the emails that i normally hold onto.  Now that i have a new hard drive, i'm rebuilding my data, and would like to get the emails out of that POP folder to reload into my mac.  I cannot find anyway to do this!  All that loads into my mac mail, is new emails.  Any idea how i can get these to load?  There are 2000 of them, so resending each one isn't really an option!!!

    What software version are you using?
    All moving and copying should be done from inside the application.
    Try using the relink function to point to the moved files.

  • What would happen if I were to delete the primary email address linked to my Apple ID?

    I wish to completely de-activate my @hotmail email address in order to be left with just my @icloud email address becuase I would find life more managable that way.
    I found out that I cannot change my primary @hotmail email address linked to my Apple ID with an @icloud email address as it is an active, separate Apple ID (in itself with a separate purchase / download history etc)...
    Also I am aware that separate Apple ID's cannot be merged together...
    My question is: "What would happen if I were to delete the primary email address linked to my Apple ID?"
    Would I be able to keep and use my purchases, provided they are backed up on my Mac and authorised?
    Would I be able to update those transferred purchases even though the email address linked to the apple ID in which the app was bought no longer exists?

    You can change the primary e-mail address associated with your Apple ID, so long as it isn't a mac, me or icloud email.
    http://support.apple.com/kb/HT5621
    Your Apple ID account, regardless of the primary email, can never be 'deleted', just abandoned.
    You could always just switch between the two Apple IDs as needed, to access the different purchases.

  • How can I change the email address linked to my iCloud account on iPhone 4S running iOS 7?

    How can I change the email address linked to my iCloud account for iPhone 4s?

    Welcome to the Apple Community.
    If it's your non-iCloud mail address, start here, change your country if necessary and go to manage your account
    If it is your iCloud mail address you want to change, you can't.

  • I cannot email a link to any web page from Firefox 22. How can I fix this?

    I am unable to email a link to any webpage from Firefox 22. I have tried everything I can find to fix it. Nothing works.
    There is no longer the ability to right click and send an email link. The "Email link" in the "file" drop down on the menu bar doesn't work either. I even tried one add on program for emailing links. That didn't work.
    If I didn't lose all of my bookmarks, I would reset to the Firefox defaults. I have had to resort to using Chrome to send any links to webpages.
    There has to be some way to fix this. Please help if you can.
    Thanks

    Make sure that you have set a default mail program properly.
    See:
    *https://support.mozilla.org/kb/Changing+the+e-mail+program+used+by+Firefox

Maybe you are looking for