Possible to open File() in remote

I'm developing a FTP tool with drag and drop feature. to display the local system files i used File root=new File("C:\\"). But in the case of remote system i can't use File() to display the files in JTree. I want to know how to achieve this. There is any API to achieve this. Please help me.

dee_se wrote:
I want to know how to achieve this. You have to send the proper commands to the FTP server on the other end.
There is any API to achieve this. Not in the core API. There are third party solutions though. Google for java ftp library.

Similar Messages

  • HT4641 Is it possible to open files under password?

    Is it possible to open files ms office under the password?

    Trying opening the file from Tracker and then doing a Save As to the new location.

  • Finder cannot open files on remote shares

    When browsing files and folders on remote shares (smb) via finder, some files and/or folders are greyed and cannot be opened.
    Accessrights are correct, concerned files can be opened with uCommander by example.
    OSX Version 10.6.8
    Thanks for any suggestions,
    Martin

    I fixed my problem by installing Mavericks again. No need to fully restore.

  • Program to open file in remote machine

    Hi,
    i want to write a program in which i can access a file in another system.
    But the catch here is that the other system is using password to login to the system.
    How i can provide password through my Java Program to access to other machine
    ~Aman

    Can you just send me the code how to read file from Shared folder/drive through java program?
    e.g ="\\mcno-pc180\shared\HelloWorld.txt". I am able to access file HelloWorld.txt from my machine which is placed in shared folder path "\\mcno-pc180\shared\".
    Regards
    SPulluri
    Share the folder/drive which you want to access on the remote machine then your application can access it.
    Try to use the user which has already rights of reading/writing to that machine then the security dialog will not appear.

  • [Gnome 3.6, Nautilus] Can't open files on remote servers

    Since the upgrade to Gnome 3.6, I can't open most files on SSH and SMB shares mounted through Nautilus using the "Connect to Server" dialog. Opening PDF files in Evince still works, as does opening image files in EOG. But opening movie files in Totem, for instance, fails: Totem closes instantly. Other file types result in more or less cryptic error messages by the associated application. Opening a LyX document, for example, gives me this:
    The directory in the given path
    /run/user/1000/gvfs/sftp:host=192.168.2.102/[...]
    does not exist.
    Which looks like gvfs is not working like it used to. If I use sshfs (FUSE) to mount the share, everything works fine.
    [Edit: It's not just SSH servers that are affected as I initially thought. Changed title and body to reflect this.]
    Last edited by ulke (2012-11-05 10:47:07)

    I've known this problem for a long time. In pre-3.6 times it would suffice to kill gvfs-fuse-daemon and start it again. Now there appears to be no gvfs-fuse-daemon anymore.

  • Open file located in the HTMLResources with adobeDPS.dialogService.open()

    Is it possible to open file located in the HTMLResources with adobeDPS.dialogService.open()?
    Method adobeDPS.dialogService.open('http://www.google.com/') - works well, but it not support relative URLs
    I can make button in InDesign layout with url "HTMLResources/faq.html",
    but how to make HTML-button in web-overlay that opens file from HTMLResources in slideup webview?
    Thanks

    Hi, Why do you need to use HTMLResources?
    You can try use all HTML files (faq.html too) in web content.
    Do you want a lightbox effect, than your webcontent frame need to be the same size of page
    I believe that the results is quite similar.
    regards

  • Hi I am looking for a way to have trace32 open multiple files on remote computers

    Simply put I am looking for someone who could afford to give me a basic script (vbs) that I could run from an elevated command prompt. It would need to be available for me to type in the name of a remote computer or (mulitple if possible) and also
    allow me to choose log files to open or multiple files and then open them using trace 32. Hopefully it would detect the available log files and show me what is available to choose to open... anyone know of such a thing or know how to go about setting up something
    like this for people to use?
    EDIT
    I was able to create a basic script to do what I wanted but I want to be able to add wildcards for the rollover logs... Can someone suggest the easiest way to do that as I am not sure how to add the wildcards directly before the .log
    here is the script.
    ' ******Created by Luis Delgado*********
    'This script will get a remote computers .log files depending on which documents you enter in the "files to open on remote computer using trace32" section
    'Get and open log files on remote Computer
    on error resume next
    Set WshShell = Wscript.CreateObject("Wscript.Shell")
    strcomputer   = inputbox("Enter remote computer name or leave as localhost for this computer","Get log files from a remote computer with Trace32","Localhost")
    If strComputer = "" Then
      WScript.Quit
    End If
    'Opens trace32
    wshShell.run "C:\Program Files\ConfigMgr 2007 Toolkit\CCM Tools\Trace32.exe"
    'Files to open on remote computer using trace32
    wshShell.Run "\\" & strcomputer & "\c$\Windows\System32\CCM\Logs\datatransferservice.log"
    wshShell.Run "\\" & strcomputer & "\c$\Windows\System32\CCM\Logs\ccmexec.log"
    wshShell.Run "\\" & strcomputer & "\c$\Windows\System32\CCM\Logs\locationservices.log"
    !!!!NOTE!!!
    What I need is for any file that starts with datatransferservices, ccmexec, or locationservices to open in trace32
    my thought would be place a wild card in its respective spots but it does not work see below
    wshShell.Run "\\" & strcomputer & "\c$\Windows\System32\CCM\Logs\datatransferservice*.log"
    wshShell.Run "\\" & strcomputer & "\c$\Windows\System32\CCM\Logs\ccmexec*.log"
    wshShell.Run "\\" & strcomputer & "\c$\Windows\System32\CCM\Logs\locationservices*.log"

    The roll over logs all have the same name exact the extension is .lo_ , So.. I'm not sure what you are looking for.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Is it possible to open up an excel file inside a Web Browser not IE?

    I'm trying to find out if it is possible to open up a pivot excel file inside the a web browser, but i don't want to use Internet Explorer for that i'd prefer firefox for that.
    I have a web application that uses an excel file for one of its reports but i don't want the user to have to download the file in order to view the report and that particular report has various ordering criteria so i don't want any of the funtionality of the file to be lost in the process, so is it possible to do it? what tools would help me acomplish that?

    I don't think this is possible.
    You may be able to make it display in Firefox if the file is defined as the XML Excel format and not the xls or xlsx formats. But that would require saving the file differently and you would most likely loose all/most functionality
    You may find some Excel translators in Java (most notably POI from Apache). But they would still require you to adapt them to web format and you would have to duplicate much of the Excel functionality yourself. So it would be a long term option.
    You could check out Google Docs. They have a spreadsheet application that I believe can convert Excel files to their format. You may be able to use it inside your web site with permissions.

  • Is there a possibility to open raw files from the Nikon D750 in photoshop elements 11?

    Is there a possibility to open raw files from the Nikon D750 in photoshop elements 11? I allready tried to install camera raw 8.7.1 but it doesn't work.

    Yes, I see:
    Letzte Aktualisierung
    16.04.2012
    The link I gave is listed in the faqs of this forum.
    Photoshop Elements FAQ List
    mfG
    Michel

  • Is it possible to open a new Worksheet without creating a new *.sql file

    Hello Community,
    Declaimer: It may be a trivial question. I just willing to make SQL Developer my default day to day tool.
    I is possible to open a new Worksheet without creating a new *.sql file. Like in an MS Word. If I just need some space to write something and than destroy the file without saying. I can quickly click < ctrl + N > and get the space.
    In SQL Developer to get a new "space"/work sheet i
    -a- < ctrl + N >
    -b- choose "SQL File"
    -c- confirm default location
    -d- choose the connection to be used (right top conner)
    This process is way to long for getting a new sheet to put write an SQL.
    Can you suggest a better way to get a workspace with current connection assigned in no time (like in MS Word)?
    Please ;)
    Yury

    There is no need to create new .sql file.
    I don't know why you need new SQL Worksheet when you can simply do the space by pressing Enter, but you can open a new one from Tools -> SQL Worksheet. There is also a toolbar button for this.

  • Is it possible to open Logic_Express_8 files in Logic_Pro_9

    Is it possible to open Logic_Express_8 files in Logic_Pro_9

    There are a few previous postings on the forum regarding Logic 8 and Lion - the incompatibility relates to the installer rather than the program itself, so I think you should be OK.
    Some users are indeed reporting problems after upgrading to Lion but they don't appear to apply to all of them in a cosistent manner.

  • I often have to open files .cue with Text Edit. Right Click, Open with, Others, Text Edit. Is it possible to put Text Edit in the menu avoiding to use "others"?

    I often have to open files .cue with Text Edit. Right Click, Open with, Others, Text Edit. Is it possible to put Text Edit in the menu avoiding to use "others"?

    The easiest way is to keep Textedit in the Dock and drag the .cue file(s) to the Dock icon.
    You can also create an Automator Service:
    Open Automator
    Select: Service
    Select Service receives selected [files or folders] in [Finder]
    and:
    Then select one or more .cue file, right click (or Control-click) on the selection to display the contextual menu. Scroll to the bottom of the contextual menu and select Services -> (what you named the Service).

  • I had appleworks a LONG time ago - is it possible to open my old files?

    Hello and thank you for your help!
    I had appleworks on an old Mac (not sure of the type) and about 2 years ago I transferred all my documents onto CDs and got rid of the Mac. I now have a new MacBook and have imported all my document files onto the new Mac. I was wondering if it were possible to open my old Appleworks documents on my new mac? It seems that Microsoft word and textedit both dont recognize the files.
    Is there a way to convert the files to .doc?
    Is there a program I need to buy to open the files?
    Is Appleworks still available? If so, how can I obtain it? Best buy?
    Thank you and have a great day!

    AppleWorks 6.2.4 or 6.2.9 will run very well on any current Mac. It's not for sale through Apple or most resellers, but it can be found. Since you have an Intel Mac you aren't able to use Classic, so you do have to make sure that the AppleWorks installer is for AppleWorks 6.2 or later. Earlier installers required OS 8/9.
    You could try eBay and do a search for "AppleWorks" or "Apple Works" (some people put a "space" in the name). Hardcore Mac sells AppleWorks 6.2.4. It might be difficult to be sure the version for sale on eBay it's no newer than 6.2.4 and has an OS X-aware installer.
    BTW, 2 years is not a long time ago when talking about AppleWorks 6, considering it was released in March, 2000, last updated in January, 2004, & declared end-of-life in August, 2007.

  • Is it possible to open a CS4 file in CS3 without any problems?

    Or do CS4 files have any extra things that would cause problems if I tried to open it in CS3? If so, what could I do to solve this?

    It's not possible to open a CS4 .indd file in CS3 at all.
    You can open a .inx file exported from CS4, but text will probably flow a little differently and any unsupported new features that were used in the file will be lost. Your CS3 must be updated to the last patch.

  • Is it possible to open a cvx file with adobe Illustrator

    Hello
    Is it possible to open a cvx (Canvas) file with adobe CS6 illustrator?

    No. The file needs to be exported to AI or PDF from Canvas.
    Mylenium

Maybe you are looking for

  • Preview loading is extremely slow in camera roll

    Hi All, I updated my ipad to 8.1. After that, preview loading is extremely slow in the camera roll. If I try to scroll between the photos in the camera roll, it took 4 to 5 seconds to move from one image to another image. This happens after the my ip

  • Site definition giving http error: 0

    I just spent a whole night trying to do what should be a simple task: binding the sql data to a table I made. It's amazing: I spent A LOT of money on CS4 and it doesn't work as does FileZilla. I'm taking a course in Dreamweaver and have to complete a

  • How to change the attributes of an XML file

    hi peeps 'ope you can help me here i need to change the attributes of an xml file, i parse it first using a DOM parser but i cant find a way to change the attributes in the XML file, setAttribute() works only at runtime and doesn't change the attribu

  • New book on iBooks Author now in store

    Maria Langer's long awaited second book on iBooks Author is now in the store. It was created using iBooks Author and includes 3 hours of screencast video instruction.

  • HT1933 Why can't I move and scale pictures for the back ground

    I try to make my personal pics the screen saver and it doesn't let me move and scale it so it fits the screen.... The old system worked but this one doesn't. It gives me the option but I can't do anything.