I need to access a file which is present in LAN of our office.

Hi,
In windows I could access a remote file by giving the local IP address in the RUN command and then by giving the username and password I was able to access the files in the local server. But not able to do the same with my iPad?
Ex: In windows in RUN Command I used to type // 192.168.1.100 ( my local server) after which I used to get a window showing username and password. Once I entered the username and password I was able to access the remote files on this IP and work accordingly.. This I'm not able to do in my IPad?
Kindly give me a solution?

There may be some apps in teh app store that would provide this, but no, you will not be able to do it with native iOS functionality.

Similar Messages

  • [b]Need to access a file which is not specified in the classpath[/b]

    Hi everybody ,
    I need your help to proceed with my application. I've tried accessing a file without setting it in Classpath using getResourceAsStream(..), but i'm getting an error.
    error :
    java.lang.NullPointerException
    at java.io.Reader.<init>(Reader.java:61)
    at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
    at abc.func(LoadProp.java:13)
    at LoadProp.main(LoadProp.java:35)
    Application :-
    import java.io.* ;
    class test
    public void func(String file )
    String thisLine ;
    try
    InputStream is = test.class.getClassLoader().getResourceAsStream(file);
    System.out.println("File load successful");
    BufferedReader myInput = new BufferedReader(new InputStreamReader(is));
    while ((thisLine = myInput.readLine()) != null) {
    System.out.println(thisLine);
    catch (Exception e)
    System.out.println("Inside Catch");
    e.printStackTrace();
    public class LoadProp
    public static void main(String args[])
    String testname = System.getProperty("propfile");
    System.out.println(testname);
    test t = new test() ;
    t.func(testname) ;
    System.out.println("End Main!") ;
    Output:-
    test.properties
    File load successful
    Inside Catch
    java.lang.NullPointerException
    at java.io.Reader.<init>(Reader.java:61)
    at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
    at test.func(LoadProp.java:13)
    at LoadProp.main(LoadProp.java:35)
    End Main!
    Anyone of you help me to get rid of this problem..
    Thanks & Regards
    BK

    It has to be in the classpath for getResourceAsStream
    to "get" it.So if your question is really about needing to read a file which is not in the classpath and won't be, then as long as you have the path to that file, just use FileInputStream to read it.
    InputStream is = new FileInputStream(pathToFileHere);

  • I have a new Apple TV which is working fine except that I cannot access .mov files which are in my iTunes Library. How can I get to these? I can run them on my computer and select Apple TV on the screen, but the Apple TV goes to a black screen

    I have a new Apple TV which is working fine except that I cannot access .mov files which are in my iTunes Library. How can I get to these? I can run them on my computer and select Apple TV on the screen, but the Apple TV goes to a black screen

    Mov is a container format, you'd need to look at the codec used by the movie file inside the container to know whether it will work with the Apple TV or not.

  • HT201250 I have done my back up using time machine, now I have a new mac and I need to access the files that I had saved from my old mac. How can I do that?

    I have done my back up using time machine, now I have a new mac and I need to access the files that I had saved from my old mac. How can I do that?

    Use Migration Assistant on your new Mac:
    Click Continue:
    On the next screen, choose your Time Machine backup disk.
    Don't bother to migrate Applications unless you know they will work on your new Mac. For example, PowerPC applications won't work. Just migrate your user account which will copy all your photos, music, movies, and other documents.
    Note: you will not be able to migrate the information to same account in which you are already logged in. Migration Assistant will tell you that and recommend what to do. It can migrate the information to a new account, but you will have to give it a name you might want to change later. One way around this is to create a temporary account, log in to it, and run Migration Assistant which will replace your normal account. Then, log out of the temporary account, log in to your usual one, verify everyting works as you expect, and delete the temporary one.
    All this can be avoided when you set up a brand new Mac by running Setup Assistant which essentially does the same thing to create your new account, but most people are too excited to do that and elect to migrate later.

  • The circuit of my macbook is dead yet the hard drive is fine.  I need to access a file from the hard drive, how can i do this? is there a cable i can connect to another mac that will let me transfer the file?

    The circuit of my macbook is dead yet the hard drive is fine.  I need to access a file from the hard drive, how can i do this? The mac turns on the screen freezes as bright blue.  Is there a cable i can connect to another mac that will let me transfer the file?

    There is another option if the Macbook will start up in Target Disk Mode.
    Restart the computer while holding down the T key. If you see the firewire symbol moving around on the screen you can connect this one to another one in TDM. You will need a suitable cable to connect the two Macs.
    http://support.apple.com/kb/ht1661
    Firewire symbol:

  • HT3702 Why can't I download my already purchased music and other files from iCloud, even though I owe money to iTunes for my most recent purchases.  Doesn't seem right that they keep me from accessing those files which I've already paid for!

    Why can't I download my already purchased music and other files from iCloud, even though I owe money to iTunes for my most recent purchases.  Doesn't seem right that they keep me from accessing those files which I've already paid for!

    - Are you saying that they are not listed in your Purchased section?
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    - Are they listed in your Puchases history when you log into your account on your computer?
    - Are they still available now for purchase? If not then you are out of luck
    If they are still available and listed in your Puchase History then contact iTunes
    http://www.apple.com/support/itunes/

  • Like many others, I`m a business man and in many ocasions I need to access xls files (Excel) but being able to change using macros like in simulators. I think apple should provide this in the iphone or maybe have some sort of app which we can use?

    I am a business man, and in many times a need a very important tool which I think an iphone should have which is some sort of app which will allow you to make changes to any xls file(Excel file).
    I find apps that allow me to see and open these files but do not allow changing numbers on files with Macros.
    A example is when you have a xls file using macros like in a simulator.
    You have to change the values according to different client and it just doesn`t allow you.
    I think iphone is a very decent phone but I just think that apple should povide this option to all users which would definately be alot happier.
    I work at a finance company and need to use finance simulators with Macros.
    Can you have an app that allows me to do this?

    Since Excel is a microsoft product, they would have to make the app.
    "So why does apple even open these files when they belong to Microsoft?"
    You prefer, since Apple does not make excel, that they not make it possible to even view an excel file?
    Odd take.  All or nothing?

  • Access a file which is in local network via jsp

    i try to access some files from a system in the network.
    i couldn't make it through jsp and servlet
    im using tomcat webserver.
    but in core java it works finely.
    the below r the example code...
    core java coding(It works)
    class a
    public static void main(String ar[])
      String a="//software2/d$/Daily Shipment Backup";
          java.io.File f=new java.io.File(a);
          if(f.exists())   //whether the directory exists
      System.out.println("Exists");
          else
      System.out.println("Error");
    }jsp coding
    <html>
    <%
      String a="//software2/d$/Daily Shipment Backup";
             java.io.File f=new java.io.File(a);
          if(f.exists())
      out.println("Exists");
          else
      out.println("Error");
    %>
    </html>

    Tomcat (And other JSP/Servlet containers) have security restrictions which disallow you from accessing the local/remote file system. You will probably need to modify your security policy settings
    I believe Tomcat stores this file in $CATALINA_HOME/conf/catalina.policy
    You can read more here.
    http://jakarta.apache.org/tomcat/tomcat-4.1-doc/security-manager-howto.html
    Hope this helps
    -Jeff

  • Need to restart the explorer.exe process virtually every single time I need to access a file

    As the subject/title says.
    This is on my replacement ThinkPad W530 which replaced my previous T530. I had my T530 from about April until earlier this week when it was picked up. The T530 gave me nothing but problems, including, but not limited to:
    Constant stalling of everything on the laptop with no mouse movement
    An out of the blue nonfunctioning microphone mute button and fingerprint reader a few weeks after I had the T530's motherboard replaced (because of the stalling issue)
    Every hour or so, I would get successive blackouts of the screen that were about 3-5 seconds apart. Sometimes they would reset the maximisation of the windows I had open
    But I digress; those were issues with my previous ThinkPad. Now the major standout issue I have with my W530 is that pretty much any time I want to access a file, I have to close and restart the explorer.exe process. This results from:
    Not being able to access folders or folder shortcuts on my desktop
    Not being able to use anything on my taskbar including the start menu. This includes hitting the windows key
    NOTE: this is an issue with WINDOWS explorer and NOT INTERNET explorer, which one member of your support team was not able to distinguish - this person tried to direct me to WiFi troubleshooting.
    The only way I have been able to remedy this has been to use task manager to reset it.
    In addition, you would expect a W530 with an i7-3740QM and an Nvidia K2000M Quadro to be pretty much buttery smooth, especially considering it's about 2 weeks old, right? Far from it. This is the slowest excuse for a new laptop that is this well spec'd I have ever used.
    I have done factory resets and pretty much everything under the sun within the realms of the Lenovo periperhal programs to try to remedy it (so as to not void my warranty) to no avail.
    If this problem cannot be fixed without me going well out of my way, then I am demanding a refund. Your support team, whilst generally helpful and *usually* knowing what they are talking about, have not been a help, and have honestly just been another hurdle to get past so I can get my money back. I do applaud them for the willingness to sit and walk people through everything.
    If this is the price I pay for the reliability of a Lenovo ThinkPad, then I greatly look forward to the glorious day I can be rid of Lenovo from my life and making about $500 while I go buy an equivalently or better spec'd laptop from quite literally any other computer company on the planet.

    What operating system are you running? I assume they had you install the latest BIOS. True? If it were mine, I would suggest forcing it to use integrated graphics (in the BIOS) to rule out a problem with the NVidia driver.

  • Hard drive recently failed and iPhoto brings a -36 error when copying need help accessing image files

    I recently updated my computer to mountain lion and after doing so my computer would no longer boot up.  I took it to the apple store and they told me that the hard drive was damaged and needed to be replaced.  They were booting my computer with an external drive and in doing so could access my computers HDD.  Upon starting to drag and drop files to a new hard drive I started to get a lot of -36 errors.  I proceeded to go go,e and create my own bootable thumb drive and try doing the same process with more time to look through it.  I have up till now been able to copy most of my files but have run into a problem with iPhoto.
    I have been searching around for a while now and have yet to find a method that helps me in my particular situation so I am now asking for help myself. I will explain what my current system of file recovery is and see if anyone can help me out.
    I have since then replaced the HDD in my computer and purchased a SATA external HDD enclosure for the original drive.  This allows me to still access all files and folders from the original drive.  I have managed to recover a majority of the files but have recently run into a problem with the iPhoto library.  Every time I try to drag and drop the iPhoto library to my new HDD it fails after "transferring" 2.02GB and tells me it has encountered a -36 error because some files cannot be read or written.  I believe I am using iPhoto '09, I will check and confirm that later.
    I am looking for a way to open iPhoto's library and access the image files it seems to be hiding from me. Please understand that I cannot open the iPhoto library either, I have lost access to the library entirely and want to see if there are any image files that I can save.  I dont have the computer backed up recently and want to save my photos.  Thanks for looking and I'm hoping someone can help.

    Download iPhoto Library Manager and use its rebuild function. (In Library Manager it's the FIle -> Rebuild command). Rebuild it to the Pictures Folder. This might overcome the -36 issue.
    (This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.)
    Failing that you're into recovering your Originals from the damaged Library and creating a new Library and starting over from scratch.
    Regards
    TD

  • Mac Died need to access my files on my PC

    I had an iMac g5. It died. I need to use my SATA HD enclosure to access my files. How can I do this? I have MacDrive installed but my drive doesn't work. I am using a Western digital MY BOOK enclosure.
    Please Help!!!!!
    Thanks

    If the drive has died you cannot access anything on it. If the iMac drive is OK, then install it in the WD enclosure provided it's also a SATA drive.

  • Mac died and i need to access my files on my PC

    I had an iMac g5. It died. I need to use my SATA HD enclosure to access my files. How can I do this? I have MacDrive installed but my drive doesn't work. I am using a Western digital MY BOOK enclosure.
    Please Help!!!!!
    Thanks

    Is the Mac harddisk in Windows in the Disk Management console ?
    Maybe this can be helpful http://support.mediafour.com/entries/170461-macdrive-mac-disk-not-seen-by-window s-no-drive-letter
    Stefan

  • Unable to access pdf files which were previously accessable.

    I have discovered a direcotry of PDF files that are archives of documents produced and accessable normally with even a reader version of Adobe. I have accessed these files easilly and without issue in the past. I have tried to access some of these documents today and they are all unaccessable.
    They are located on a network drive in one directory and its subdirectories.

    The message was
    "Acrobat could not open ........ because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).
    To create an Adobe PDF document, go to the source application. Then print the document to Adobe PDF"

  • Need help attaching music files to PowerPoint presentation

    Hi. I've reached my frustration limit. I'm not even sure what quetion to ask. I'm trying to put together a .ppt slide show for my daughter's graduation... setting pictures to music. In order to do this, I must make the music files accessible from my hard drive. I purchased several ITunes but they came as MP4 files, which my computer can't play. I burned a CD, which plays... ripped the CD to the hard drive (and those files play), but .ppt won't recognize them.
    Is this a copyright issue? If so, is there a work-around? I'm not doing anything illegal... I just want to use them from one location, but that one location must be from my hard drive... not on a CD and not in an MP3 player.
    Please help. I'm just about frantic!
    Thanks SO much!
    PS: Is there a better option for me than ITunes? I'm guessing Limewire is illegal. Are there sites where I can purchase music to burn to my hard drive?
    Dell xps   Windows XP Pro  

    Hi! Thanks for your reply. The answers are:
    What are your settings for Disc Format in the
    iTunes Edit menu > Preferences >
    Advanced tab > Burning sub-tab?
    1. AUDIO CD
    And what are your settings for Import Using in
    the iTunes Edit menu > Preferences >
    Advanced tab > Importing sub-tab?
    2. AAC ENCODER
    Since I posted, I've moved the files around that I ripped, and they work in some locations and not others. Interesting... Can't make heads or tails of it. Just got off the phone for an hour with Dell who couldn't figure it out either.
    Seems that if I burn them to a CD, rip the files from the CD to the hard drive and then guess the right location to file them, it will work (at least intermittently).
    Thoughts?
    I purchased several ITunes but they came as MP4
    files, which my computer can't play. I burned a CD,
    which plays... ripped the CD to the hard drive (and
    those files play), but .ppt won't recognize them.
    Two questions for you, crtriage:
    What are your settings for Disc Format in the
    iTunes Edit menu > Preferences >
    Advanced tab > Burning sub-tab?
    And what are your settings for Import Using in
    the iTunes Edit menu > Preferences >
    Advanced tab > Importing sub-tab?

  • Need Advice: Accessing JNDI resource which uses configuration file

    Currently I have a class which has a constructor which takes a path to a configuration file. If I wanted to use this class as a JNDI resource what would be your advice when working with a configuration file? If an application was to use a remote JNDI resource I could see how this would be a problem. I understand how to do it I'm just not sure of the right way to do it. I guess I'm looking for best practices advice.

    Hello,
    Yes, you can use the API RessourceBundle to read configuration informations.
    Just create a propertie file with your locale, and access it to read informations :
    for example :
    you create a file config_fr_FR.properties (i'm french).
    for accessing your information ( strValue1 = aValue) :
    String ressource = null;
    try {
    ressource = ResourceBundle.getBundle("config",new Locale("fr","FR")).getString("strValue1"); // better is to create a static Locale... here just for the example.
    } catch(Exception e) {
    // ooops...
    return ressource; // return aValue
    Hope this help.

Maybe you are looking for

  • Imac won't let me install Final cut studio 2..it will let me install the upgrade, but it has no live type and i need it to work on my current projects. How do I get Live type back installed in iMac

    I just purchased an iMac for home and went to install final cut studio 2 and it gave me an error saying something about "PowerPC" not used or something like that. Installed the studio upgrade just fine...but it has no "Live Type" which I need to work

  • Printing Delay

    I have just installed the Airport Expreme. I have a Windows machine connected, 2 mac machines, apple TV and 2 iphones using the network at my home. Internet speed is wonderful. However, I am have 3 min. delays in printing wirelessly. Very simple text

  • FI Special periods

    Dear all, Can you tell me what is the purpose of special posting periods in FI. I use variant K4 with 12 normal periods & 4 special periods. What is the avantages of using one special period & using whole 4 periods ? Thank you, Best regards, Tweety.

  • ABAP system copy on 6.40 system

    Hi, I am trying to complete a system copy using the SAP Tools for MS SQL.  I ran the install from the Master CD, restored the backup and then started the sapinst from Tools for MSSQL.  On step 5 creating the stored procedures, it dies on 143 (sap_mon

  • IPad Mini Touchscreen

    I just updated my iPad Mini to 6.1 or something, just for the bug fixes. Now, my touch screen is messed up. I can slide and click on apps, but once I'm in the app, I can still slide but I can't click on anything. Before any tells be to reboot, I alre