Access linux file system from windows and vice versa

Friends
Do anyone of you have any idea about how to access linux file system from windows using java. Thanx in advance.
Regards
Rakesh

"Accessing" is vague. Do you want to read? write? Both?
Here are two ways I'll mention.
1. Write an ftp client for the "cleint" computer. I beleive java has some framework functions for doing this.
2. Write java RMI client and server to open, read or write, and close a file. Pass a byte array parameter containing each block of data.

Similar Messages

  • Hey guys, how can i password protect my files in external hard drive? I want to access those files both from mac and windows PC!

    Hey guys, how can i password protect my files in external hard drive? I want to access those files both from mac and windows PC!

    If you want a cross-platform solution that doesn't require the use of third-party software, use an external drive with hardware encryption. The device will have either a physical key or a numeric keypad. I don't have a specific recommendation.

  • Invoking Forms from JSP and Vice versa

    Hi,
    I am in to a requirement like invoking a screen developed using Oracle Forms 6i from JSP and vice versa.
    1. Could you please anybody help to get the documents to be refered to get more idea on this?
    2. Is it possible only by Oracle ADF?
    Please help me on this.
    Thanks & Regards
    M Thiyagarajan

    Hi All,
    Thanks a lot for the clarifications.
    Actually, integration should happen between forms and JSP. Parameters need to be passed to and forth. I will go through the specified link.
    Also could you please clarify me where exactly, ADF comes into picture? or what are all the advantages when we go for ADF?
    Thanks & Regards
    M Thiyagarajan

  • Can we invoke a asynchronous BPEL process from synchronous and vice versa

    Hi,
    Can we invoke a BPEL asynchronous process from synchronous and vice versa. If so how to perform that.
    thanks,
    Vijay

    Yes you can
    sync -- calling --> Asyncc
    Async -- calling --> syncc
    Perfomance is no issue, depending on your requirements. Not the Syncprocesses are short-running processes, these will time-out after 30 seconds, if no answer is coming from the async process.
    Marc
    http://orasoa.blogspot.com

  • Garageband Files on Logic Express and vice versa

    My daughter uses Logic Express at school (sorry, I don't know which version). She has been trying to do her homework on our eMac (OS 10.3.9) using Garageband 1 and her M-Audio midi/usb keyboard via USB.
    Her teacher says that Garageband files should work fine with Logic Express and vice versa.
    The problem is they don't. We have tried importing files, also saving in one programme and opening in the other - all to no avail.
    Presumably we are doing something wrong somewhere. Does anyone know how to get Logic Express to use Garageband 1 files and vice versa, please?
    One more point of information, she saves the files to a 'PikaOne Slim Flycase' 40gb Portable HD to take to school to use on an Apple Laptop type computer (Powerbook?). Both home and school machines appear to be working perfectly with this device.
    She also has some software called 'Logic Hit Kit' but I don't think this is has anything to do with Logic Express. It's files do not work with Logic Express either
    PM6500/300 (603e)   Mac OS 9.1.x  

    That is correct, and you still have your level
    status, it just doesn't show. I read in The Lounge
    (for level 4 & 5) that they were planning to return
    the level status and custom icons to the forum. But
    it has been a long time now, and they haven't. I miss
    my custom icon
    Yes, apparently they intend to at some point. But, they have more pressing things to attend to first, so it might be a while. I have discovered that there's a special forum about this.

  • Access Linux shared folder from Windows OS

    Hi,
    From the web based Java application I need to copy a XML file from Windows OS to Linux OS in a shared folder.
    For that we had used sambha and had mounted the shared directory in Linux OS and now we can access the folder by a user id guest with password guest.
    Now from JSP web application how do I pass by default the user id and password so that when linux shared folder is acccessed it does not prompt for user id and password.
    Thanks..

    Thanks...
    The folder is currently mounted. Currently what I need is how do I set my default user id and passowrd to the machine such that when the mounted drive is accessed it does not prompt me for the user id and password.
    Currently The server and folder name is specified in a property file, Can we configure the user id and password too by default such that when its accessed it does not prompt for user is and password..
    Thanks....

  • Import from CSV and vice versa

    Please help me to find how a CSV file can be imported to Oracle 10g DB using ODP.NET provide in VB.NET.I saw an option in OLEDB that the Datasource is given as textfile to be read and OLEDBDataadaptor is reading data from textfile and updating to the DataSet.Is there any such option in ODP.NET??Please help me.
    Thanks in Advance
    Saritha

    I would suggest:
    1) Using the StreamReader to consume each line of the csv
    2) Then use the the "Split()" string method on each line returned as a string to parse the values into an array
    3) Load each array value appropriately into a stored procedure/function and execute through a OracleCommand object
    4) Loop through each line returned in the StreamReader to do the same (until EOF)
    5) Wrap the whole thing in a OracleTransaction object and perform Rollback()/Commit() as appropriate considering the return values of the executed Procedures/Functions (break loop and Rollback() on error thrown).
    It's not one stop shopping but I don't think that you can just cram a text file into the ODP and expect it to try and make an import (I could be wrong).

  • Can't access Subscriber services from Publisher and Vice Versa

    Hi ,
    I am using CUCM 8.5.1(10000-26)
    when connected to Publisher and go to Serviceability then service activation , Feature services or Network services of the subscriber , an error appears telling can't connect to remote node .
    same from Subscriber side .
    Database Replication is in "good" state
    onconfig.ccm reports an error "The onconfig.ccm file on x.x.x.x does not match the publisher."
    Any Advise ?

    Dear
    please cli command to check the relication , you  must check that each node should have a replication status of two (2).
    use this command   (Utils dpreplication runtimestate) and please check the output.I do not see this eror before , but if you did not get a solution , ithink t open a TAC with Cisco. I think the onconfig.ccm file on x.x.x.x does not match the publisher (it is a problemm in linux) , i think the  /opt/informix/etc directory.
    Thank you
    please rate if this help

  • Not able to access CD file system from java (or how to)

    I am trying to access CDROM from java
    program that is running from my HD. I am
    accessing as d:\data\ (d: = my cd rom drive)
    I am using windows 2000 and jdk1.4. I am getting
    java.io.IOException - Access denies.. any pointers please..
    - Ravi

    Hi friends,
    i want to develop an online exam application.
    but i am not having any idea how to access CDROM databse from java programe????
    Any help ???
    Thanks in advance
    Navik Pathak

  • Calling HTML file from servlet and vice versa...

    i have got few questions..
    1- if a site is made in HTML then what should be used to put user login functionality in it, servlets or jsp or other option(specify)?
    2- im trying to do with servlets, so when im calling doPost method from HTML page and sending data, everything working fine but because of this the page refreshes and the HTML coding get lost, so how can i stop that from happening if possible, like showing the same page with messege = "Logged in".
    3- how can i call an HTML page from servlet?
    4- how can i send data from servlet to HTML page?

    that i m aware of, but when a servlet is called then the page will refresh n it will display the things that you have mentioned in the servlet file n not the things that u have mentioned in HTML file, n the page will be blank if u have not mentioned any HTML coding in servlet file.
    so i need to knw how to call back that prev HTML file so that the things i want to display can be displayed, i knw the same can be done by adding the HTML code in servlet file but i would like to know if there is any way to call back the HTML file.

  • Accessing Mac File Share from Windows Server 2003

    I currently have a windows domain that has a few Mac OS x leopard servers on it. I can map a drive to the Mac share using windows XP and Windows Vista, but I cannot map the drive in Windows Server 2003. I have enabled the Windows Sharing on the Mac server, and enabled the Mac File Sharing on the Windows server, but the windows server does not find the Mac server. I can ping the Mac server by FQDN and IP, but when I go to map a drive to it I get the error:
    The mapped network drive could not be created because the following error has occurred: An unexpected network error occurred.
    I have also checked the Local Security Policies, and did not find anything that would cause the issue. Any ideas anyone?
    Message was edited by: GovHelper
    Message was edited by: GovHelper

    Does anyone else have any ideas? I checked again today and receive "The specified network name is no longer available" and after a few more attempts "An unexpected network error occurred"

  • Call SAPGUI transaction from BSP and vice versa

    Hi all
    There was some discussion about this topics before. Maybe someone can just point me to the thread answering this issue:
    1. I need to call a SAPGUI transaction from a BSP application: I want to use SAPGUI, not ITS/webgui, I need single sign on, the SAPGUI transaction could possible run in another SAP system then the BSP.
    As far as I understand I need to create a *.sap file with the correct parameters for sapshortcut. But how does single sign on work? Can I create a logon ticket in my BSP and forward it to sapshortcut?
    2. I need to call a BSP application from a SAPGUI transaction or report, with single sign on but in a MS IE window, not inside a SAPGUI HTML control
    Can I create a logon ticket in my coding an append it to the start url for the BSP?
    any hints?
    thanks
    Michael

    hi Michael,
    For your second issue,to call a BSP application from a SAP GUI in MS IE explorer,
    you can use the Function Module CALL_BROWSER in your report,like
    data url(200) type c.
    url = 'http://<server>.<domain><port>:'.
    concatenate url '/sap/bc/bsp/sap/' into url.
    concatenate url 'znw_poc2_1_prtl/dts.htm' into url.
    concatenate url '?sap-user=<userid>' into url.
    concatenate url '&sap-password=<passowrd>' into url.
    CALL FUNCTION 'CALL_BROWSER'
      EXPORTING
        URL                          = url
    *    WINDOW_NAME                  = ' '
    *    NEW_WINDOW                   = ' '
    *    BROWSER_TYPE                 =
    *    CONTEXTSTRING                =
    *  EXCEPTIONS
    *    FRONTEND_NOT_SUPPORTED       = 1
    *    FRONTEND_ERROR               = 2
    *    PROG_NOT_FOUND               = 3
    *    NO_BATCH                     = 4
    *    UNSPECIFIED_ERROR            = 5
    *    OTHERS                       = 6
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    For this to work you have to enable SSO on your server.
    you can check if it is enabled or not by runnning the BSP application "SYSTEM" ,page "SSO2TEST.htm" .
    Follow the instructions on the page for testing.
    This may not be a great way as your userid password are passed via URL,still it works .
    Hope this helps,
    Regards,
    Siddhartha

  • Is it possible to import dreamweaver files and muse files to edge reflow and vice versa?

    Hi there are certain things that I can do using edge reflow such as making a mobile and tablet site.
    There are certain things I can do with dreamweaver such as making a form with a drop down box.
    And there are certain things I can do with muse such as inserting a google maps and paypal widget.
    Is it possible to interchange files with these 3 software?

    For Muse you can make a mobile/Tablet/Desktop version, it just won't be responsive. So you can't directly pull in HTML from Reflow as page structure. If it has to be responsive use Reflow or Dreamweaver.
    Regarding sharing elements between the three you get the very vague answer of "are you good with code?"
    As a general rule forget about doing anything with Muse files in any other piece of software. Where you have the cross-over is in the raw generated HTML.

  • PDF to Word.doc Converter and vice versa

    Hello!
    I am in need of a program capable to convert PDF files to Word documents and vice versa (eventually, a program for each way). The converter needs GUI and must handle images, tables etc. (not just plain text). Does anyone have any tip concering which
    program I should use? It has to be free as my working place has not budgeted with buying 100 licenses. :-)
    Thanks in advance!

    Free? You'll be lucky. Your best bet to achieve your requirements is a PDF compatible OCR application such as Finereader. Free it ain't!
    <IKT-kr> wrote in message news:[email protected]...
    Hello!
    I am in need of a program capable to convert PDF files to Word documents and vice versa (eventually, a program for each way). The converter needs GUI and must handle images, tables etc. (not just plain text). Does anyone have any tip concering which program
    I should use? It has to be free as my working place has not budgeted with buying 100 licenses. :-)
    Thanks in advance!
    Graham Mayor - Word MVP
    www.gmayor.com
    Posted via the Communities Bridge
    http://communitybridge.codeplex.com/

  • HT200158 How do you to access Microsoft windows 7 files systems from OSX mountain lion

    http://support.apple.com/kb/HT4697 describes how to enable access to Microsoft windows file systems from an OSX lion system.
    Mountain lion does not have this entry.
    Now that I have a mac with Mountain LIon installed,
    how do acces the files on a Microsoft windows 7 system that I have previously accessed?

    Well as I pointed out in my post, "Sadly, my Text Edit documents are still all there, every single time I opened them and made a small change, there is another copy stretching all the way back to the day I installed Mountain Lion." so if you can explain to me how July 26 - Aug 16 is a week, I will concede that it is a good idea. Short of that, no I have been capable of making my own backups since I was 16 years old (16 years ago) I don't need my computer to endlessly do it for me in a way I am completely unable to shut off. That's what I have external hard drives, flash drives, a DVD burner, Drop Box, E-mail (as in emailing copies to myself) and icloud for. If I am doing something and I don't have access to a single one of those options, I don't know why I brought my computer with me in the first place. And I don't see how you can say it's an illusory gain in disk space, hundreds of copies of text documents, garageband files, Final Cut files, Motion Files and basically any program that makes files onto my comptuer that I can myself make incremental changes to, those all need to be stored somehow. Again, if you can explain to me how July 26 - Aug 16 is a week, I will agree with you that that is a good thing because IF it only saved for a week, it wouldn't be an issue. Sadly, no matter how many links you post, I still have text edit backups stretching from today back to July 26. They're not going away and I have no reason to beleive any other file I edit is going to go away either since they haven't been. They're all there eating up HD space and this imaginary "week" limit is simply not coming into effect. I hate it and there needs to be a simple way to simply shut it off. I didn't spend hundreds of dollars on external drives just for my main hard drive to be filled up with hundreds un useless, undeletable backups of stuff I already have backed up.

Maybe you are looking for

  • Problem Updating iTunes with Windows Vista

    I downloaded iTunesSetup.exe and ran as an Admin and during the installation I get an error message that says "Could not access network location %APPDATA%\." What does this mean and how do I fix it?

  • [SOLVED] Conky 100% transparent bg with Compiz

    Enabling the Compiz Wallpaper (diffrent wallpaper at different desktop) with disabled nautilus/xfdesktop to draw on it.. How to make conky seems not to lose the transparency? Last edited by rhoit (2013-01-18 16:36:04)

  • Regarding Non cumulative key figure

    Hi Friends, While we are doing Inventory mgmt we use three data sources. 1) 2LIS_02_BX -  why it is used? ( As far my knowledge is concerned This is Used to extract an opening stock balancce means when ever we are implementing the inventory for clien

  • Enrolling Mac Developer Program Problem

    Hello, I'm in the UK and tried to enrol for the Mac Developer Program via https://developer.apple.com/programs/ I selected "Mac Developer Program" for $99/year and came to https://developer.apple.com/programs/mac/ I pressed the "Enroll now" button an

  • Upgrading SRM 5.0 to SRM 7.0

    Hello, We are starting upgrading soon. We go from SRM 5.0 EHP1 SP18 to SRM 7.0 EHP1 SP 5. We still use the Requisite catalogue. I was wondering if you have some tips for me. What can we expect. Which documentation is the most helpfull etc. Thanks!