How to share a folder through internet

Dear All,
I am trying to access my office files from home. I will appreciate if anyone can help me please?
My server in the office is Mac OS X Server ver 10.3.9 we have a shared folder call "Shared Files" we can access it locally but I want to access it through the internet.
1. which port I should open on our office router?
2. How should I configure the server to access the shared folder from outside?
Thanks
Tiger07

There are various tunneling schemes in use, and two of the most common are PPTP and L2TP.
Your particular corporate firewall probably has one or both.
Microsoft Windows has VPN capabilities, either as an integrated or as add-on capability. Different organizations can prefer different solutions here, too. Check with [Microsoft|http://www.microsoft.com] for details and options for that operating system platform (I just don't follow Microsoft Windows security tools anymore) and with your IT staff.
Mac OS X client contains VPN client capabilities. For both PPTP and L2TP.
As for which you need or want here, that's as much a question of the capabilities of the firewall here and with which of these works best with the Windows XP box; with what actually works in this case. It is common for a corporate network to have an external firewall, and an IT staff can have specific preferences here. And some firewalls can have odd setups or incompatibilities. Check with whomever is providing your IT support, as a start.
If you are providing IT support here, you're going to have to provide details of the corporate network set-up here including the model identification of the firewall device. And please also do some research on Microsoft Windows XP for this question and on VPNs in general and on your specific corporate firewall, as a start; you own some sensitive data, and poking holes through a firewall is a bad idea. And a server security breach (and I've cleaned up a few of these) is a hassle. You need to know how this stuff works here, or you need to get some escalation help available to you; [here is a summary of various network pieces|http://labs.hoffmanlabs.com/node/275] that can be involved in your network.

Similar Messages

  • How to share a folder with ipad or iphone trough win7 ?

    Good day, please help to know,How to share a folder with ipad or iphone trough win7 ?  I have two PC ( win 7) and work with iPad and iPhone at the same time and always  i need to transfer file or documents to iPad (iPhone ) and also transfer from iPad( iPhone) to PC(win7) , already i have used some share wifi app that have to used ip address like 192.168.5.2:8888 that i am not really like this way actually i need a way or app to share a folder from my PC to iPad and iPhone.
    And also how can i look my iphone or ipad in network of PC?
    Many thanks

    I know of apps that can access shares and download but I am not aware of any apps that will allow you to upload as well.

  • How to Connect my N79 through Internet on Laptop?

    Hi Friends ,
    i am facing a problem while connecting my N79 through Internet on my laptop . i am using USB Modem for Internet Connectivity. And i want to share this Internet on my N79 through Wireless LAN . i am using Windows Vista . Please tell me how to Configure my WLAN on my laptop . so that i can use it to browse through my N79.
    Please Help Me Guys .....................!!!!!!

    Yes, it can be done.
    1) Enable "Internet Connection Sharing" on the laptop and share the connection that refers to your USB modem.
    2) Ask your ISP what the IP addresses of their nameservers are and make a note of them.
    3) Configure the laptop's wireless adapter in ad-hoc mode and assign it a static address on the wireless network.
    4) Configure the N79 in ad-hoc mode as well, and give it a static address on the wireless network. Enter manual settings telling it to use the IP address of the laptop as its default gateway and to use the IP addresses given to you by your ISP as its nameservers.
    With this, you can use the laptop as your phone's portal to the Internet, but only with your phone. This will only work with one device at a time. If you want to use more than one device at the same time you're better off buying a real wireless router to which you will be able to connect your laptop, your phone and any other wifi-aware device you might have.
    NB: I don't use Windows on my machines and therefore can't give any specific information about doing this. The advanced settings needed for the phone will be described in the manual.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • How can we connect SAP through internet

    Please provide me some information on,  how can we connect SAP through internet

    hi Swapna,
    if want to connect to internet from sap we have one function module call it as ws_execute by using this function module we can connect to the inernet.
    In put parameters to this function module is as follows.
    PARAMETERS: PROG(70) DEFAULT
                'C:\Program Files\Microsoft Office\Office\WINWORD.EXE'.
    (here pass your internet explorer properties address.)
    PARAMETERS: FILE1(70) DEFAULT 'C:\TEMP\TEST.TXT'.
    CALL FUNCTION 'WS_EXECUTE'
      EXPORTING
         PROGRAM       = PROG
         COMMANDLINE   = 'FILE1'
         INFORM        = ' '
      EXCEPTIONS
         FRONTEND_ERROR           = 1
         NO_BATCH                 = 2
         PROG_NOT_FOUND           = 3
         ILLEGAL_OPTION           = 4
         GUI_REFUSE_EXECUTE       = 5
         OTHERS                   = 6.
    ws_execute function module is old one please use GUI_EXEC function module.
    if suppose you want to create any web service in internet you can create by using sicf transaction.
    you want the webservices creation details please mail me
    if it is helpfull please reward points

  • How to create a folder through java

    Hi All,
    Can any one give the solution of my prob.
    I want to create a folder in windows m/c through java programe .Is it possible.
    If yes then kindly suggest me how...?
    Thanks In advance
    Vikas

    String newFolderPath = "C:\\";
    String newFolderName = "MyFolder";
    String spoonFeeding = newFolderPath + newFolderName;
    File f = new File(spoonFeeding);
    f.mkDir();

  • How to share a folder with java? in netbios in windows

    hi. I want to write a programa that user can select a directory than
    click the share button and the directory will be shared to other pcs.
    the other pcs can acces this directory like \\servername\shareddirectory
    the question is this. how can i share a director with java or JNI's?
    please help me.
    with my best regards....

    thanks about net share command.
    i know how to use Runtime.getRuntime.exec()
    but i cont find the syntax of net share command.
    can u give an example? i use net help share and i try different
    sytaxes but i cant find the correct one.
    please give an examle about net share command.
    thanks a lot.

  • How to access my database through internet?

    so my program have a database in it and the program have lots of getting and setting information from this database.
    but this database is supposed to be on a server obviously, but since renting server is something that i put as last thing to do when i want to start full tests and debugging, i keep using database in the project, but if i have plan to later on remove this
    database from my project and set my program to use the database on my server, how can i do this.
    in general i want to know how to connect to a database on my server.and what are the possible changes i should do in my project

    Hi soorena12,
    Since this forum is discuss the VS IDE, based on your issue, I
    am afraid that the issue is out of support of  Visual Studio General Question.
    To help you find the correct forum to support this issue,could you please tell me which type database you create, is it a SQL Server or other?
    What program you create for the database? If possible, please share some code about your issue here.
    If you have any update information about your issue, please tell me.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to share a folder with crative cloud

    Is there a way to share a whole folder rather than just individual files?

    Improved sharing and collaboration are coming. You can read more here http://blogs.adobe.com/creativecloud/coming-soon-to-creative-cloud/.

  • How to share a movie through iTunes

    I have a movie in iTunes on my iMac. How can I share it with my ipad air? When I'm not home

    Downloading (using iOS or computer) past purchases from the App Store, iBookstore, and iTunes Store - http://support.apple.com/kb/ht2519 - enabled with iTunes 10.3 and newer; not all media formats are available in all countries (see: iTunes in the Cloud and iTunes Match Availability by Country - http://support.apple.com/kb/HT5085 ); apps, books (not audiobooks), music, t.v. shows, and movies (some - not all studios have permitted this).

  • How to Share Dropbox folder of Pr CS6 project between two computers

    I have one computer that has a dropbox folder and project as c:\dropbox\prproject\proj1 and another computer with z:\dropbox\prproject\proj1
    When I open the project for the first time on the second computer, some of the assets are there and some are not.  I want to be able work on computer 1 for a while, close it, go home, then continuje to work on computer 2, close the project, then go back to computer 1 the next day.
    Any guidance would be appreciated.

    Yes, thanks for asking. I do have a solution.  My directory structure on the two computers is quite different so making them the same so I can work with  the same premier project is awkward. I was just hoping I would not have to go through that for each project.  To me, it's like telling us that we can not move the project from one computer to another unless the directory below the relative path is identical.  I would have thought a sophisticated product like Adobe Premiere would have a better way to handle that.
    Say for example I send a project to a colleague who does not have the same name as me and has something like "elena/mydocs" instead of peter/mydocs.  Seems like we would be stuck then.

  • How to share a folder including all elements?

    I am setting up a synchronization routine from a Windows PC and the iMac, both connected to the same LAN. To do this, if I have a folder that on its turn contains other files and subfolders in theory for that main folder I should select "Apply to all elements included" option in the information panel.
    My current problem however is that this is not working, i.e. I have to apply this setting to all single subfolders and even root files for the main folder.
    Am I perhaps missing a particular global setting?
    Thanks in advance

    Although I have purchased an iMac, my main computers are still PCs and the situation will stay so until the iMac is ready to become my main working computer. Further, I am running W7 under Parallels and are synchronizing to the iMac side all Windows documents so that I can use them with that very W7.
    The problem occurs when I try to synchronize some of these Windows files with the iMac's Document folder for a certain application (Windows mail application in this case). I am not sharing system files (and none of those files are locked), only mail data files and this operation just goes well when I do the same type of synchronization between all other Windows PCs.
    However a few minutes ago I tried to synchronize other Windows application's large folders with multiple-level subfolders (mostly Word, Excel and PDF files) and it went just fine. So may I presume at this point that this is the 'apply to enclosed items" bug in snow leopard you were mentioning?
    Kind regards

  • How do I share a folder over the internet with Mountain Lion server?

    I am new to using formal servers.  In Snow Leopard I was able to use web sharing to serve a small website and if I wanted to share a folder with someone I would  just provide the person I wanted to share a file with the path to the file inside the sites directory.  With Mountain Lion this functionality was removed from the sharing section of system preferences.
    I purchased mountain lion server and was able to restore the website serving ability, but I haven't been able to figure out how to share a folder.  I am still looking over what documentation I can find, but for the most part it just tells me to set up the services without telling me how.  Any assistance would be helpful.  Networking is not my area of expertise.
    Best Regards,
    David Finell

    I purchased server to assist with this as I am unfamiliar with the command line protocols for using apache.  Because of the UNIX architechture of OSX and I presume apache, I am uncomfortable using the command line for fear of causing serious problems.
    Unfortunately, the documentation that I have seen for mountain lion server is wanting in either its completeness or layout/functionability.  To summarize the server instructions as I understand them.  It just says to configure it and my system to meet my requirements without telling me how.
    I am confident that both the apache command line and server are capable of accomplishing what I was able to do before under snow leopard.  I just haven't figured out how.
    I was able to provide a link to family and clients like http://ipaddress/~user/folder
    This no longer works.

  • How can I share a folder between two users on the same mac?

    Hi all,
    I would like to share a folder between multiple users on the same macbook without having to transfer the folder to the Public/Shared folder.
    Is there not a way, using the the folders shared permissions, to allow shared folders from one user to be visible and usable by another user on the same mac without having to move the folder to a designated shared location?
    Regards,
    Caleb

    jrwood116 wrote:
    Thanks, but do you have to do that every time you share a folder?
    No, you just need to do it once and that's it. Anything that is in the Shared folder is accessible by all user accounts within the same Mac.
    jrwood116 wrote:
    I've read numerous 'how to share a folder' blogs and they just say it's as simple as clicking 'share' and allowing specific users to access it...none have mentioned this (not saying your advice is wrong at all, just don't get why no-one else has mentioned what appears to be a key step!)
    Can you give me an example of such a blog. I suspect you may have mis-understood what they were saying but if you can provide a link, I'll look at it.

  • How can I share a folder between two users on the same iMac?

    I have an iMac with 2 user accounts and I want to share a folder between them. I have gone on to system preferences>sharing and turned on file sharing. I have also got the 'Get Info' thing up, selected 'Shared Folder' and added the other user to the read and write permissions...it just doesn't show up on the other desktop (the folder is on my desktop, I would have expected to see it on the other desktop...?)
    Any ideas?

    jrwood116 wrote:
    Thanks, but do you have to do that every time you share a folder?
    No, you just need to do it once and that's it. Anything that is in the Shared folder is accessible by all user accounts within the same Mac.
    jrwood116 wrote:
    I've read numerous 'how to share a folder' blogs and they just say it's as simple as clicking 'share' and allowing specific users to access it...none have mentioned this (not saying your advice is wrong at all, just don't get why no-one else has mentioned what appears to be a key step!)
    Can you give me an example of such a blog. I suspect you may have mis-understood what they were saying but if you can provide a link, I'll look at it.

  • How to share folder with only one person one same Mac

    Could someone please remind me how I share a folder with one person I share my Mac with but not the others (we all have different profiles on the same machine...)
    Thanks,
    Michael

    EddyS45 wrote:
    My wife & I use the same iMac with different user accounts.  How do we share one iTunes account on that computer.  I tried moving the iTunes folder in music on my user account to shared user
    Then hold Option and launch iTunes.
    Select Choose library... and select the iTunes folder in /Users/Shared/ folder.

Maybe you are looking for

  • DVI cable not working, but VGA one will. Graphics card problem?

    Ok so. I have a Mac Pro with ATi 1900XT card. Was using a Samsung LCD for a while, via a DVI-VGA adapter. Works fine. Two days ago, I attached another monitor, a DGM, to the second DVI port using a DVI lead; the one supplied with the monitor. Everyth

  • An unhandled win32 exception occured in java.exe , While running JNI

    I'm trying to use JNI to call 3rd party VB DLL , like this JNI <> VC++ DLL <> VB DLL In VC++DLL ,I have function(named Open) that call 3 function in VBDLL I have tested c++ code this function (by copy it and paste in normal vc++ project) ,and It work

  • Report and workflow

    dear all, I've a custom program which returns a report that I need to send into the user workplace. Is there a function that I can insert in my program to do that automatically? After that I need to send a notification to the user that there is a new

  • Cannon FS30 to MBP works, but not to MB

    We have a MacBook Pro and a MacBook. When we connect our Cannon FS30 to the MacBook Pro, iMovie and iPhoto recognizes it right away and we can import movies and photos. However, when we hook up the camera to the MacBook, only iPhoto recognizes the ca

  • 2 iTunes questions/issues

    I had to recently reinstall Snow Leopard, now I have to issues. 1) when I double click on songs in my iTunes the music doesn't play. I have to right click and then hit play, how do I enable double click again? 2) my iTunes is now set as my default in